I have a UITableViewController that each contains cells with a UITextView positioned at the top of each cell. Naturally when an interaction with the textBox begins, the keyboard will appear and at the same time the entire table will also scroll up along as the keyboard appears causing the textBox to go out of view.
Because I've enabled pagination to my tableView so after scrolling up it will scroll down again so that the textBox is in view.
I would like to know if it is possible to disable the table from scrolling when the keyboard appears and if yes how?