Hello to all,
I need help returning data entered into a text field so that I can insert it into a table view.
The way I am going about this so far is akin to the 'iPhoneCoreDataRecipes' sample code. However, I am looking for a 'simpler' solution. I have all of my code set up to present the user with a modal view once they hit an 'Add' button. After this they are presented with a simple textField. My problem is in my 'save' method. I am not sure how to return it to my RootViewController so that it can be added to my tableView.
My goal is to start with an empty table and be able to add rows one at a time.
Any help or direction to sample code would be great.
Cheers
I need help returning data entered into a text field so that I can insert it into a table view.
The way I am going about this so far is akin to the 'iPhoneCoreDataRecipes' sample code. However, I am looking for a 'simpler' solution. I have all of my code set up to present the user with a modal view once they hit an 'Add' button. After this they are presented with a simple textField. My problem is in my 'save' method. I am not sure how to return it to my RootViewController so that it can be added to my tableView.
My goal is to start with an empty table and be able to add rows one at a time.
Any help or direction to sample code would be great.
Cheers