aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

viewDidappear is just called once #118

Closed klinkert0728 closed 9 years ago

klinkert0728 commented 9 years ago

Hi

There's a way to change the content of the SlidenavigationController each time you open it?

I'm trying change the content in viewDidAppear but this method is just called one time

Thank you

aryaxt commented 9 years ago

That's expected because menu is no inside a UINavigationController, and it's not the root either.

Use one of the notifications: https://github.com/aryaxt/iOS-Slide-Menu#notifications