UIAlertAction(FWAlert)
@interface UIAlertAction (FWAlert)
系统弹出框动作分类,自定义属性
Note
系统弹出动作title仅支持NSString,如果需要支持NSAttributedString等,请使用FWAlertController-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) FWAlertAppearance *fw_alertAppearance
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *fw_titleColor
-
Undocumented
Declaration
Objective-C
+ (UIAlertAction *)fw_actionWithObject:(nullable id)object style:(UIAlertActionStyle)style handler:(void (^ __nullable)(UIAlertAction *action))handler NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
+ (UIAlertAction *)fw_actionWithObject:(nullable id)object style:(UIAlertActionStyle)style appearance:(nullable FWAlertAppearance *)appearance handler:(void (^ __nullable)(UIAlertAction *action))handler NS_REFINED_FOR_SWIFT;