Room Settings: Prompt user to save changes when Members list tab is selected

This commit is contained in:
giomfo
2016-06-24 15:48:16 +02:00
parent 572fdb94ba
commit 5742c89791
4 changed files with 76 additions and 46 deletions
@@ -127,10 +127,11 @@
self.tableView.tableFooterView = [[UIView alloc] init];
}
// this method is called when the viewcontroller is displayed inside another one.
// This method is called when the viewcontroller is added or removed from a container view controller.
- (void)didMoveToParentViewController:(nullable UIViewController *)parent
{
[super didMoveToParentViewController:parent];
[self setNavBarButtons];
}