I have two UIViewControllers and each one has an UITableView. Lets say that when I call from View-A to View-B, I take the cells which are marked in the UITableView in View-B and, after pressing a button I want to return an array with all the data selected from View-B to View-A, dismiss View-B and represent that information in the TableView of View-A. How can I pass that array ? How do I have to reaload the data in View-A to show it after dimissing View-B ?
Any idea? Thank you very much!!