-
Notifications
You must be signed in to change notification settings - Fork 94
TBActionButton
杨萧玉 edited this page Jan 12, 2019
·
1 revision
Inherits from UIButton
Declared in TBActionButton.h
TBActionButton.m
可定制风格和圆角的按钮
handler property
animation property
behindColorView property
点击按钮后 TBActionSheet 的自定义关闭动画
@property (nonatomic, nullable, strong) TBActionSheetAnimation animation
点击按钮后 TBActionSheet 的自定义关闭动画
TBActionButton.h
位于按钮后面的调节颜色的图层,在没有 normalColor
或 highlightedColor
时使用 ambientColor 替代
@property (weak, nonatomic) UIView *behindColorView
位于按钮后面的调节颜色的图层,在没有 normalColor
或 highlightedColor
时使用 ambientColor 替代
TBActionButton.h
点击按钮后的响应回调
@property (nonatomic, nullable, strong, readonly) TBActionButtonHandler handler
点击按钮后的响应回调
TBActionButton.h