I can be consider as a newbie in iOS app,
Now I have a little problem here, in my code i added
[myTextView becomeFirstResponder]
because I want the keyboard to be fixed on the screen.
I happen to have an actionSheet
on the same screen, I noticed that every time I call the action sheet to dismiss, the keyboard also dismisses without me having to call [myTextView resignFirstResponder]
. This is annoying because when I dismiss the action sheet, I don't really want to dismiss the keyboard with it, I want the keyboard to remain on screen.
Somebody please explain this to me, and if you know some solution, I will be glad if you will help.
Thanks!