I have a navigation based application. when I click on a table’s row next view appears and back button (manually created )appears. Now i want to know how can I get the object of previous view in current view so that I can change one of the label’s text of previous view using previous view’s object ?
Thanks.
You can pass the value before pushing the second view to the necessary variable
Then push the
secondViewControllerUpdate:
Use a Bool variable
willBePoppedBackas class variable and set it asNOinitially.You should set the variable
willBePoppedBacktoYESwhen you push to the next view.