I’ve got a table view (which has 15 cells) with a text view in the bottom cell.
When I try to enter text in the text view that is in the bottom cell, the keyboard is appearing over the cell/text view and I cannot see what is being typed.
How can I create a view similar to the contacts view where user can still scroll to bottom cell even when the keyboard appears?
Check out Apple’s KeyboardAccessory sample code.