views:

15

answers:

1

hi all. In my application user input some text 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.

A: 

Set a delegate on your UISearchBar and implement the delegate method

- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
loomer