I was reading over this thread and this article
My question is how to get the content from my view into the CreateMethod. In the article it has a call like this:
NSString *content = textView.text; //this is the UITextView, containing our text.
How do I get the content since I'm using a UITable View. . . Actually I'd like to get the entire view with all the information before the table as well.
Any ideas or at least a push in the right direction?