Update MXKAppSettings use.

This commit is contained in:
giomfo
2015-04-15 14:46:54 +02:00
parent 915e1b55a5
commit 004825a3fc
6 changed files with 49 additions and 35 deletions
@@ -16,9 +16,15 @@
#import <MatrixKit/MatrixKit.h>
typedef void (^blockSettings_onReadyToLeave)();
@interface SettingsViewController : MXKTableViewController <UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPickerViewDataSource, UIPickerViewDelegate>
typedef void (^blockSettings_onReadyToLeave)();
/**
The application settings displayed in the view controller.
By default the shared application settings are considered.
*/
@property (nonatomic) MXKAppSettings *settings;
- (BOOL)shouldLeave:(blockSettings_onReadyToLeave)handler;