In my Tab Bar application, I want the user to have a list of items.
in the nav bar, i have a button, that (hopefully) lets the user add items to this list.
that button presents a modal view controller with a txt field, and a done button
the list on the main page is a table view, with an array, as data source.
i want the mvc to be able to add objects (the text fields text) to the array that is created in the main pages .h file.
So, question is, how can I do this succesfully?
thanks,
Sam