File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'ALFormInput'
11- s . version = '0.2.4 '
11+ s . version = '0.2.5 '
1212 s . summary = 'Commonly used form inputs in our projects'
1313
1414 s . homepage = 'https://github.com/applogistdev/ALFormInput'
Original file line number Diff line number Diff line change @@ -27,13 +27,11 @@ public class ALObjectPicker: ALValidatableTextField {
2727 public override init ( rules: [ Rule ] , config: ALTextFieldConfig ) {
2828 super. init ( rules: rules, config: config)
2929 delegate = self
30- setDropDownIcon ( )
3130 }
3231
3332 public required init ? ( coder: NSCoder ) {
3433 super. init ( coder: coder)
3534 delegate = self
36- setDropDownIcon ( )
3735 }
3836
3937 public func setupPicker( objects: [ ALPickable ] ? = nil , selectedObject: ALPickable ? = nil ) {
You can’t perform that action at this time.
0 commit comments