The UITableView should use UITableViewCells with UITextFields (for data entry).
So I created MyTableViewCellWithTextField which has: @property IBOutlet UITextField *textField; Changed the class of the Prototype Cell to MyTableViewCellWithTextField added a UITextField to the ContentView and tried to connect the outlet to this textField.