I am sending my text from a view-1 to another view-2 which has a UITableView. When I push my data I to the other view-2 I can't see the data until I close the application and open it again I can see that data in the table view.
I have used [self.navigationController popToRootViewControllerAnimated:YES];
and then reload the the table view but it doesn't work.
More details; A(Add person button with UITableView)-> B(text field with submit button) -> A(Data shown on the table view). This is what I wanna do.
Could anybody help me please?
Here is my full code My Sample Code
Thanks from now.