Provide alert option to show mandatory update details

The user will then not be able to dismiss to modal presentation and has to install the update from there.
This commit is contained in:
Andreas Linde
2014-01-07 19:20:38 +01:00
parent 07bf41b232
commit 5ff12626af
3 changed files with 14 additions and 9 deletions

View File

@@ -69,7 +69,8 @@ typedef NS_ENUM(NSUInteger, AppStoreButtonState) {
}
@property (nonatomic, weak) BITUpdateManager *updateManager;
@property (nonatomic, readwrite) BOOL modal;
@property (nonatomic, readwrite) BOOL mandatoryUpdate;
@property (nonatomic, assign) AppStoreButtonState appStoreButtonState;