I've read here that if I have UITextField
in my table cells, the table scrolls automatically to the cell that contains them. This works perfectly.
Making a UITableView scroll when text field is selected
Is there a way to get this to work with a UIViewController
? I'm using a UIViewController
because I have a lot of custom UI that needs to be laid out on top of the table view. Thanks!