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
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.