Skip to content

Commit 4949078

Browse files
authored
Merge pull request #13 from ahmetsina/development
0.2.5 - Object Picker default icon removed
2 parents b2576fa + 7ff61ba commit 4949078

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ALFormInput.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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'

ALFormInput/Classes/ALStringPicker.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)