jriosdev / iOSDropDown

Drop Down Menu for iOS With Search And Other Awesome Customisation
https://cocoapods.org/pods/iOSDropDown
MIT License
659 stars 150 forks source link

Keyboard shows #85

Open jimmy510s opened 3 years ago

jimmy510s commented 3 years ago

When i press the drop down the keyboard is showing like on a normal textfield. Can i disable it somehow?

gayathriidss commented 3 years ago

Use this to disable the keyboard in textFieldDidBeginEditing delegate self.textfield.endEditing(true)