I have a UIView with multiple text boxes. Now i have used delegates to change the responder from from text field to another. In this case my key board goes off when the user comes to last text field.
but now i want to hide my key board when the user touches UIView(touches any where on screen apart from text boxes). Can some one help me with this.
I've seen other tutorials where a button is placed on the view that covers the entire view area. This is then used with the resignFirstResponder method to remove the keyboard from screen. This option was used when the keyboard was the telephone pad type where there is no Done button to dismiss it.
I've seen other tutorials where a button is placed on the view that covers the entire view area. This is then used with the resignFirstResponder method to remove the keyboard from screen. This option was used when the keyboard was the telephone pad type where there is no Done button to dismiss it.
Hope this helps.
Hey Thanks for your reply...i also found the same answer in some documentation. But i am using UITableview which contains text fields. how to do it in thi case???
Hey Thanks for your reply...i also found the same answer in some documentation. But i am using UITableview which contains text fields. how to do it in thi case???
I'm affraid that I cannot help you any further. I am completely new to the SDK, and am learning as I go, through online video tutorials, etc, and the mountain of books I have got.
I am having issues with TableViews at present too.
I'm affraid that I cannot help you any further. I am completely new to the SDK, and am learning as I go, through online video tutorials, etc, and the mountain of books I have got.
I am having issues with TableViews at present too.