Chat screen: Trick on iOS 8 and later: the tabbar is hidden manually for the secondary viewcontrollers of the splitviewcontroller.

This commit is contained in:
giomfo
2015-08-26 19:04:30 +02:00
parent 451e6c3885
commit e0d4d056da
3 changed files with 55 additions and 5 deletions
@@ -174,6 +174,13 @@
[AppDelegate theDelegate].masterTabBarController.visibleRoomId = nil;
}
- (void)viewDidLayoutSubviews
{
UIEdgeInsets contentInset = self.bubblesTableView.contentInset;
contentInset.bottom = self.bottomLayoutGuide.length;
self.bubblesTableView.contentInset = contentInset;
}
#pragma mark - Override MXKRoomViewController
- (void)displayRoom:(MXKRoomDataSource *)dataSource