forked from mirrors/linphone-iphone
Resign responder on search click
This commit is contained in:
parent
a5584c2794
commit
7226acbd7a
1 changed files with 4 additions and 0 deletions
|
|
@ -366,6 +366,10 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
[searchBar setShowsCancelButton:TRUE animated:TRUE];
|
||||
}
|
||||
|
||||
-(void)searchBarSearchButtonClicked:(UISearchBar *)searchBar {
|
||||
[searchBar resignFirstResponder];
|
||||
}
|
||||
|
||||
- (void)viewDidUnload {
|
||||
[self setToolBar:nil];
|
||||
[super viewDidUnload];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue