修改引导逻辑
This commit is contained in:
@@ -14,6 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 点击页面左上角“返回”时回调。用于让调用方(如 KBGuideVC)一起退出等自定义行为。
|
||||
/// 注意:避免与按钮 action `onBack` 重名,故命名为 backHandler。
|
||||
@property (nonatomic, copy, nullable) void (^backHandler)(void);
|
||||
@property (nonatomic, strong) UIButton *backButton; // 左上角返回
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user