Hey I just wanted to run this past the folks that are more experienced then me about the way I am going to store and approach a problem in my App. I have a UITableView with a UINavigationController and a UITabButton I think it is called. The user clicks the add button, a new page pops up (UIViewController) asking for the Client Name and Job Name which the information is entered into UITextFields. This information then becomes a Cell in the table view. When the user hits OK a new UIViewController is instantiated with all the textFields, lables and so on are created and pushed on by the NavigationController.
Now when the client fills in the information and saves it, I was planning on storing the 10+ textFields as NSStrings objects in an NSMutableDictionary. Then store each Dict inside of an NSMutableArray for each job which I write to my Property list.
Does that sound right?
Now when the client fills in the information and saves it, I was planning on storing the 10+ textFields as NSStrings objects in an NSMutableDictionary. Then store each Dict inside of an NSMutableArray for each job which I write to my Property list.
Does that sound right?