iOSDropDown
iOSDropDown copied to clipboard
Drop Down Menu for iOS With Search And Other Awesome Customisation
Even after I set isSearchEnable to true, keyboard fails to come up. See code snippet below. ``` let senderStateTextField: TesDropDownTextField = { let textField = TesDropDownTextField() textField.isSearchEnable = true textField.placeholder...

When I type something in the search field and the items are filtered. I select from the option list and it does not work . Selection does not happened and...
Until I click on this drop everything is working fine in the app, The moment i click on this DropDown, no drop will appear even the app stopped working, in...
Hello, At WWDC23 Apple announced that apps and SDKs that make use of certain "required reason" APIs etc will need to provide a privacy manifest. Does iOSDropDown need to include...
I am trying to add 3 dropdown textfields on a custom view class like this import iOSDropDown class Profiledetails: UIView,UITableViewDelegate,UITableViewDataSource { and on this override func awakeFromNib() { super.awakeFromNib() }...
if the text of single option is more then the given width needed to go next line or adjust the text in given space i tackle multiple issues when i...
I have added a new @IBInspectable in DropDown class as @IBInspectable public var selectedRowTextColor: UIColor = .black this will set color for selected row text color. thanks
If you call `hideList()` on a dropDown when list is **not visible**, there is a crash. `self.table == nil`. How to check if list is currently visible or not ?