I have a table view with text views in each cell. How can I scroll the tableview so that the text being entered into a cell's textview is always visible? This is different from a tableview with textfields, because a textfield does not change it's height, while textview does, if a new line is entered.
Thanks!