user594161
user594161

Reputation:

How To Set Navigation Bar Item to Back Button

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

Answers (1)

Jesse Bunch
Jesse Bunch

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

Related Questions