I'm finding some difficulties here. I'm setting up an UITableView where users can add stuff to. I'm done with the AddViewController, where users can get to by pressing the + on the UIBarNavigationButton, and then Push Segue to my AddViewController.
Here in my AddViewController is an Array where the user's data is stored in. Now how do I get the data in my UITableView in my FirstViewController array? I was thinking with another Push Segue from the Save UIBarNavigationButton and pushing the User array into the TableView Data?
Is this the right way to do it?
Kind Regards