Search Results

0
votes

Reloading a view when back button is clicked from uinavigationbar

Take the code that sets the button up in the viewDidLoad method and move it into viewWillAppear. It should update the button properly when you re-enter the view. …