FWAlertAppearance
@interface FWAlertAppearance : NSObject
系统弹出框样式配置类,由于系统兼容性,建议优先使用FWAlertController
Note
如果未自定义样式,显示效果和系统一致,不会产生任何影响;框架会先渲染actions动作再渲染cancel动作-
Undocumented
Declaration
Objective-C
@property (class, nonatomic, readonly) FWAlertAppearance *appearance
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) id _Nullable (^preferredActionBlock
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) BOOL controllerEnabled
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *titleColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIFont *titleFont
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *messageColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIFont *messageFont
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) BOOL actionEnabled
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *actionColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *preferredActionColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *cancelActionColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *destructiveActionColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *disabledActionColor