This commit is contained in:
2025-11-17 15:06:05 +08:00
parent 1d215ffdb3
commit dc813fcabc
5 changed files with 21 additions and 8 deletions

View File

@@ -352,6 +352,7 @@ typedef NS_ENUM(NSInteger, KBSearchSection) {
- (KBSearchBarView *)searchBarView {
if (!_searchBarView) {
_searchBarView = [[KBSearchBarView alloc] init];
_searchBarView.bgCornerRadius = 18;
_searchBarView.placeholder = @"Themes";
KBWeakSelf
_searchBarView.onSearch = ^(NSString * _Nonnull keyword) {