romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

how to refresh side menu table view ? #135

Open andylai opened 9 years ago

andylai commented 9 years ago

is there anyway to refresh side menu table view data ?

EWLAP commented 8 years ago

Have you tried posting a NSNotification 'back' to TableViewController that will trigger something like table.reloadData() ?