Merge branch 'feature/legacy_survival_timer' into 'develop'
expose collapse time for survival mode See merge request BPHV_MIPS/mvm_core_ui!567
This commit is contained in:
commit
bbf6abf070
@ -26,6 +26,8 @@
|
||||
// A flag for if the top alert expandable view should collapse automatically after being expanded
|
||||
@property (nonatomic) BOOL collapseAutomaticallyAfterExpanded;
|
||||
|
||||
@property (nonatomic) NSInteger collapseTime;
|
||||
|
||||
// Standard
|
||||
- (nullable instancetype)initWithTopAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nullable id <MVMCoreTopAlertAnimationDelegateProtocol>)animationDelegate viewToLayout:(nonnull UIView *)viewTolayout;
|
||||
|
||||
|
||||
@ -32,8 +32,6 @@
|
||||
@property (nullable, strong, nonatomic) NSLayoutConstraint *topConstraint;
|
||||
@property (nullable, strong, nonatomic) NSLayoutConstraint *shortViewHeight;
|
||||
|
||||
@property (nonatomic) NSInteger collapseTime;
|
||||
|
||||
// Sets up the short view.
|
||||
- (void)setupTopMessage:(nullable NSString *)topMessage;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user