How can we use the bookmark 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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With