Reputation:
I have a standard left back button navigation item in table view.
I animate in a view and in that view it sets the left item to nil for a clean look. When I dismiss the animated view, i want the left item to go back to the back button that it was originally.
How can this be done?
Upvotes: 1
Views: 1164
Reputation: 6679
Just before setting the button to Nil, why don't you grab a reference to that button and then assign it back once it has loaded?
Upvotes: 1