andreamazz/SlideOutNavigation

Manipulating Navigation "on the fly"

alexdd55 opened this issue · 2 comments

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 :)

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)

thank you, i will check that out :)