handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 163 forks source link

How to reload or refresh side menu tableview from another controller? #54

Closed Hi7cl4w closed 7 years ago

okonor commented 7 years ago

Hi @manukn,

Developer is responsible for adding/updating menu items data. So, it depends on your implementation.

If you use tableView like in Sample you can define menuItems as a variable and update it from another ViewController as you want.

Thank you for your question.