开发者

Using bookmark button in UISearchbar

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜