Manipulating Navigation "on the fly"
alexdd55 opened this issue · 2 comments
alexdd55 commented
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
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
thank you, i will check that out :)