I am having trouble with a pickerview attached to a textview, I have a View with 3 text views, one that brings up a pickerview and two that take plain text. For all of them I stop the keyboard from popping up before editing begins however my problem is when I go from one of the TextViews to the TextView that opens the PickerView. I end up with the PickerView coming up and the prior keyboard staying. I have tried everything related to the lastresponder and I just cannot get that keyboard gone. Please help.
Share
Explicitly call “
resignFirstResponder” on all three text views when the picker appears.And once the picker disappears, you can select the text view that brought up the picker and the keyboard will come back.