开发者

Using bookmark button in UISearchbar

开发者 https://www.devze.com 2023-01-15 00:50 出处:网络
How can we use the bookm开发者_StackOverflow中文版ark button that appears in UISearchbar? I didn\'t find any delegate methods for that.searchBar.showsBookmarkButton = YES;

How can we use the bookm开发者_StackOverflow中文版ark button that appears in UISearchbar? I didn't find any delegate methods for that.


searchBar.showsBookmarkButton = YES;

And then you can use the delegate method for when it is clicked:

- (void)searchBarBookmarkButtonClicked:(UISearchBar *)searchBar
0

精彩评论

暂无评论...
验证码 换一张
取 消