Hi
I am making an iPad app, it currently has multiple UITableViews named like so:
monTable, tueTable, wedTable etc...
I would like to have a UITextView which is editable. Then any text when the user leaves the text view it saves the chunk of text and is linked to the cell selected in the table. So when that cell is reselected the text for that cell is shown.
So two sections to this question:
How can I save chunks of text from a UITextView?
How can I show this data when selecting the correct cell?
Any help at all would be appreciated, thanks.