I have five fields setup on a Signup controller. Username, displayname, password, confirm password and email address.
They are setup with the following:
Just call [self tableView:self.tableView cellForRowAtIndexPath:indexPath]. It will return the cell at the given index path.
[self tableView:self.tableView cellForRowAtIndexPath:indexPath]