1
This commit is contained in:
@@ -152,7 +152,7 @@ static NSString * const kResultCellId = @"KBSkinCardCell";
|
||||
if (!_searchBarView) {
|
||||
_searchBarView = [[KBSearchBarView alloc] init];
|
||||
_searchBarView.placeholder = @"Themes";
|
||||
__weak typeof(self) weakSelf = self;
|
||||
KBWeakSelf
|
||||
_searchBarView.onSearch = ^(NSString * _Nonnull keyword) {
|
||||
[weakSelf performSearch:keyword];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user