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
@@ -16,13 +16,7 @@
#import <MatrixKit/MatrixKit.h>
@interface SettingsViewController : MXKTableViewController <UIPickerViewDataSource, UIPickerViewDelegate>
/**
The application settings displayed in the view controller.
By default the shared application settings are considered.
*/
@property (nonatomic) MXKAppSettings *settings;
@interface SettingsViewController : MXKTableViewController
@end