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

Setting the Delegate of the iOSDropDown #87

Closed ra-stevenli closed 3 years ago

ra-stevenli commented 3 years ago

I wanted to add a target for the .editingDidEndOnExit because I needed to handle pressing enter. However, once I set the delegate of this iOSDropdown to my view controller the searching stops working. I am wondering if this is intended and if so, how to get around my problem.

ra-stevenli commented 3 years ago

Nevermind, I realized that there are Sent Events which serve this purpose.