SettingsViewController: prepare multi-session support, use MXKAccountDetailsViewController.

This commit is contained in:
giomfo
2015-05-21 14:56:26 +02:00
parent e81c99b1ae
commit 26433a4950
4 changed files with 168 additions and 775 deletions
@@ -16,9 +16,7 @@
#import <MatrixKit/MatrixKit.h>
typedef void (^blockSettings_onReadyToLeave)();
@interface SettingsViewController : MXKTableViewController <UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPickerViewDataSource, UIPickerViewDelegate>
@interface SettingsViewController : MXKTableViewController <UIPickerViewDataSource, UIPickerViewDelegate>
/**
The application settings displayed in the view controller.
@@ -26,7 +24,5 @@ typedef void (^blockSettings_onReadyToLeave)();
*/
@property (nonatomic) MXKAppSettings *settings;
- (BOOL)shouldLeave:(blockSettings_onReadyToLeave)handler;
@end