I have developed an application, which has one tableview and 4 textfields.
When I run the app, the control is not going orderwise by giving TAB. For that I set initialResponder
as tableView, then connected tableview's nextKeyView to textfield, correspondingly I had given connection for rest of the fields. But still the control is not going orderwise.
What is the problem? Did I missed something? Or is there is other way to do it?