mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
[spaces] several fixes for pre release
- [Space view has communities tab at the bottom of the screen](https://github.com/vector-im/element-ios/issues/4846)
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
#define TABBAR_GROUPS_INDEX 4
|
||||
#define TABBAR_COUNT 5
|
||||
|
||||
typedef NS_ENUM(NSUInteger, MasterTabBarIndex) {
|
||||
MasterTabBarIndexHome = TABBAR_HOME_INDEX,
|
||||
MasterTabBarIndexFavourites = TABBAR_FAVOURITES_INDEX,
|
||||
MasterTabBarIndexPeople = TABBAR_PEOPLE_INDEX,
|
||||
MasterTabBarIndexRooms = TABBAR_ROOMS_INDEX,
|
||||
MasterTabBarIndexGroups = TABBAR_GROUPS_INDEX
|
||||
};
|
||||
|
||||
@protocol MasterTabBarControllerDelegate;
|
||||
|
||||
@@ -194,6 +201,8 @@
|
||||
// Set tab bar item controllers
|
||||
- (void)updateViewControllers:(NSArray<UIViewController*>*)viewControllers;
|
||||
|
||||
- (void)removeTabAt:(MasterTabBarIndex)index;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user