mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
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