User Settings: List user's devices

- support the device deletion.
- support the device renaming.
This commit is contained in:
giomfo
2016-11-23 13:14:59 +01:00
parent 2dec577af6
commit 4e18198ba0
7 changed files with 795 additions and 11 deletions
@@ -16,9 +16,11 @@
#import <MatrixKit/MatrixKit.h>
#import "DeviceView.h"
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource>
@interface SettingsViewController : MXKViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, UITableViewDelegate, UITableViewDataSource, DeviceViewDelegate>
@property (nonatomic) IBOutlet UITableView *tableView;