Update Vector storyboard:

- remove home tab (add public rooms in recents).
- remove contacts tab
- clean settings
This commit is contained in:
giomfo
2015-08-12 09:32:45 +02:00
parent 16e2c58e3e
commit 78d139dea5
21 changed files with 866 additions and 2135 deletions
@@ -18,11 +18,9 @@
#import <MatrixKit/MatrixKit.h>
#define TABBAR_HOME_INDEX 0
#define TABBAR_RECENTS_INDEX 1
#define TABBAR_CONTACTS_INDEX 2
#define TABBAR_SETTINGS_INDEX 3
#define TABBAR_COUNT 4
#define TABBAR_RECENTS_INDEX 0
#define TABBAR_SETTINGS_INDEX 1
#define TABBAR_COUNT 2
@interface MasterTabBarController : UITabBarController