mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Prepare UX Rework:
- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user