This commit is contained in:
2025-11-17 20:26:39 +08:00
parent 005e3c7581
commit 26ef29ac4e
5 changed files with 10 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ typedef NS_ENUM(NSInteger, KBGuideItemType) {
- (void)viewDidLoad {
[super viewDidLoad];
self.view.backgroundColor = [UIColor colorWithWhite:0.96 alpha:1.0];
// self.title = KBLocalized(@"使用引导");
[self.view addSubview:self.tableView];
[self.view addSubview:self.inputBar];