I have a spliviewcontroller based ipad application. When the tableviewcell is selected from rootviewcontroller of splitview, its details are shown in detailviewcontroller of split view. In detailviewcontroller I have 2 textfields and 1 textview. Now when I type in any of these control, the keyboard comes up. If I tap outside the control (i.e inside detailview) the keyboard dismisses (which is correct).
But if i tap on next tablecell , the kayboard does not get dismissed.
What I want is , dismiss the keyboard when i tap on tablecell which is in rootviewcontroller.
Can anyone plz help me in this???
I have a spliviewcontroller based ipad application. When the tableviewcell is selected from rootviewcontroller
Share
I have found an answer of my own.
In detailviewcontroller,method name:
this way the keyboard gets dismissed, and the delegate methods of textfield or textview gets called.