ResignFirstResponder doesn't dismiss the keyboard (iPhone)

后端 未结 6 1018
情话喂你
情话喂你 2020-12-16 04:06

I\'ve searched through this site that I couldn\'t find a solution to the problem I\'m facing now. Hope someone can help.

I\'ve created a UIAlertView to prompt user

6条回答
  •  粉色の甜心
    2020-12-16 05:04

    Try dismissing keyboard using resignFirstResponder on "DidEndOnExit" event of your TextField.

    Then try to dismiss keyboard by pressing Done button on keyboard when you have finished entering the data into your TextField.

    Hope this helps.

提交回复
热议问题