I\'m using custom UITableViewCells inside my UITableView. Each of these UITableViewCells is pretty high and contains a UITextFie
UITableViewCell
UITableView
UITextFie
Did you try to set "scrollsToTop" - tableview's property to NO. By default it is YES.