andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Manipulating Navigation "on the fly" #46

Closed alexdd55 closed 11 years ago

alexdd55 commented 11 years ago

Hi, this is not really an Issue, more a question :)

Is it possible to manipulate the navigation "on the fly"? For example, adding menu items after a login procedure?

Thanks :)

andreamazz commented 11 years ago

Sure, you can add elements or remove them (you have access to the menuItems mutable array). Make sure that you reload the table view afterwards (the custom menuItems setter does that for you)

alexdd55 commented 11 years ago

thank you, i will check that out :)