I have a TextView and any text entered into the TextView can be saved to a TableView (or should I say NSMutableArray!). I have this working without issues. The problem I am now having is because a lot of text could be typed into the TextView, not all the text is visible within the TableView Cell. I don't want to make the TableView Cells larger and would like to keep them at their current size.
Ultimately I want to be able to click on a TableView Cell and it would show all the text to the user to be able to read and edit if required and then be saved back to the original TableCell with the updated details.
I can't figure out a way of doing this and would appreciate any help on this....thanks.