user_settings_page

-> first implementation
--> the tableview is the same as the screenshot we have
--> the push rules can be toggled

Need to manage the account updates.
This commit is contained in:
yannick
2015-12-07 16:05:50 +01:00
parent 5d484d9a63
commit 922382f512
3 changed files with 589 additions and 150 deletions
@@ -16,7 +16,10 @@
#import <MatrixKit/MatrixKit.h>
@interface SettingsViewController : MXKTableViewController
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKTableViewController<MediaPickerViewControllerDelegate>
@end