Prepare UX Rework:

- Fix Tab Bar display
- Adjust (+) icon display
This commit is contained in:
Giom Foret
2017-03-24 17:19:55 +01:00
parent 89d31cc116
commit f2927df484
7 changed files with 32 additions and 88 deletions
+5 -3
View File
@@ -36,9 +36,6 @@
// Associated matrix sessions (empty by default).
@property (nonatomic, readonly) NSArray *mxSessions;
// Current selected room id. nil if no room is presently visible.
@property (strong, nonatomic) NSString *visibleRoomId;
// Add a matrix session. This session is propagated to all view controllers handled by the tab bar controller.
- (void)addMatrixSession:(MXSession*)mxSession;
// Remove a matrix session.
@@ -82,6 +79,11 @@
*/
- (void)closeSelectedRoom;
/**
Dismiss the unified search screen (if any).
*/
- (void)dismissUnifiedSearch:(BOOL)animated completion:(void (^)(void))completion;
//- (void)showRoomCreationForm;
//- (void)showRoom:(NSString*)roomId withMatrixSession:(MXSession*)mxSession;