rushisangani / RSSelectionMenu

An elegant selection list or dropdown menu for iOS with single or multiple selections.
MIT License
351 stars 91 forks source link

Open the selection dialog as an inputView to a UITextField #86

Closed surafelbm closed 4 years ago

surafelbm commented 5 years ago

Hello, is it possible to open the dialog as an inputView of a UITextField? something like textField.inputView = selectionMenu

rushisangani commented 5 years ago

@surafelbm I've personally not tried it. But I think you can still use this menu By not opening the keyboard and showing the menu when a user clicks on the textView.

rushisangani commented 4 years ago

Closing this due to inactivity.