romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

Push Segue to Initial View #95

Closed mbcoder17 closed 10 years ago

mbcoder17 commented 10 years ago

So I have my menu working and all, but there's one small issue. I have a logout button in my menu where the avatar is in the example, so it is not a cell in the tableview. When the logout button is tapped it goes to a view controller that is embedded in a different navigation controller in my storyboard. Now, when the user logs back in on this view controller, I want the "homeController" to be pushed or instantiated. When I try to do this, however, the "Menu" bar button item is no longer in the navigation bar. How can I fix this?

mbcoder17 commented 10 years ago

Nevermind, I found a way around it :)

vvvimal commented 10 years ago

mbcoder17, can you please let me know how you figured this out. I am stuck in a problem similar to this