handsomecode/InteractiveSideMenu

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

Hi7cl4w opened this issue · 1 comments

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

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.