We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2576fa + 7ff61ba commit 4949078Copy full SHA for 4949078
2 files changed
ALFormInput.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'ALFormInput'
11
- s.version = '0.2.4'
+ s.version = '0.2.5'
12
s.summary = 'Commonly used form inputs in our projects'
13
14
s.homepage = 'https://github.com/applogistdev/ALFormInput'
ALFormInput/Classes/ALStringPicker.swift
@@ -27,13 +27,11 @@ public class ALObjectPicker: ALValidatableTextField {
27
public override init(rules: [Rule], config: ALTextFieldConfig) {
28
super.init(rules: rules, config: config)
29
delegate = self
30
- setDropDownIcon()
31
}
32
33
public required init?(coder: NSCoder) {
34
super.init(coder: coder)
35
36
37
38
39
public func setupPicker(objects: [ALPickable]? = nil, selectedObject: ALPickable? = nil) {
0 commit comments