I have a UITextField in a table view on a UIViewController (not a UITableViewController). If the table view is on a UITableViewC
UITextField
UIViewController
UITableViewController
UITableViewC
Try my coding, this will help for ypu
tabelview.contentInset = UIEdgeInsetsMake(0, 0, 210, 0); [tableview scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:your_indexnumber inSection:Your_section] atScrollPosition:UITableViewScrollPositionMiddle animated:NO];