Reputation: 189
I am using a Table View, I want when the user click on the row Table reload itself and show the new data on the same Table.
Upvotes: 0
Views: 268
Reputation: 69469
That is not what a user would suspect to happen, why not use an UINavigationController
and push a new UIViewController
on the stack with the new data.
Upvotes: 1