修改引导逻辑
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
|
||||
|
||||
|
||||
@@ -6,10 +6,8 @@
|
||||
//
|
||||
|
||||
#import "KBPermissionViewController.h"
|
||||
#import <TargetConditionals.h>
|
||||
|
||||
@interface KBPermissionViewController ()
|
||||
@property (nonatomic, strong) UIButton *backButton; // 左上角返回
|
||||
@property (nonatomic, strong) UILabel *titleLabel; // 标题
|
||||
@property (nonatomic, strong) UILabel *tipsLabel; // 步骤提示
|
||||
@property (nonatomic, strong) UIView *cardView; // 中部卡片
|
||||
|
||||
Reference in New Issue
Block a user