Room Creation: Update existing room creation screen

- Remove account info when only one account is active.
- Support room avatar.
- TODO: Apply Ribot design.
This commit is contained in:
giomfo
2016-01-22 10:50:51 +01:00
parent bb808eaad9
commit 5db9040e10
3 changed files with 102 additions and 19 deletions
@@ -16,7 +16,9 @@
#import <MatrixKit/MatrixKit.h>
@interface RoomCreationStep1ViewController : MXKTableViewController <UITextFieldDelegate>
#import "MediaPickerViewController.h"
@interface RoomCreationStep1ViewController : MXKTableViewController <UITextFieldDelegate, MediaPickerViewControllerDelegate>
@end