In my iPad application, first view is authentication view.
It has 4 square boxes as iphone password screen and user just have to enter the numbers on the keyboard. Here the square boxes are disabled.
Now iPad has keyboard hide button and its hiding the keyboard. The problem is that I’m not able to bring back the keyboard. How can I disable hiding the keyboard in this view?
In my iPad application, first view is authentication view. It has 4 square boxes
Share
Make the authentication view a
UITextFieldDelegateand add the following method: