In my application user input some text开发者_JAVA百科 in searchbar and application genrate RSS feed agiant this text when done button is pressed. I want that the same action is performed when the user click on search button of keyboard.
Any Idea.
Set a delegate on your UISearchBar and implement the delegate method
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
精彩评论