Prepare UX Rework:

- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
Giom Foret
2017-04-06 14:27:45 +02:00
parent 52021bd252
commit 4eb90fbb2e
23 changed files with 1958 additions and 575 deletions
+6 -5
View File
@@ -19,6 +19,9 @@
#import "AuthenticationViewController.h"
#import "HomeViewController.h"
#import "FavouritesViewController.h"
#import "PeopleViewController.h"
#import "RoomsViewController.h"
#import "RoomViewController.h"
#import "ContactDetailsViewController.h"
@@ -85,11 +88,6 @@
*/
- (void)releaseSelectedItem;
/**
Remove the current contact details (if any).
*/
- (void)hideContactDetails;
/**
Dismiss the unified search screen (if any).
*/
@@ -100,6 +98,9 @@
@property (nonatomic, readonly) AuthenticationViewController *authViewController;
@property (nonatomic, readonly) HomeViewController *homeViewController;
@property (nonatomic, readonly) FavouritesViewController *favouritesViewController;
@property (nonatomic, readonly) PeopleViewController *peopleViewController;
@property (nonatomic, readonly) RoomsViewController *roomsViewController;
// References on the currently selected room and its view controller
@property (nonatomic, readonly) RoomViewController *currentRoomViewController;