forked from organicmaps/organicmaps
[ios] Hiding keyboard on Interstitial show
This commit is contained in:
parent
b68ac4e656
commit
461292281d
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
[subview removeFromSuperview];
|
||||
}
|
||||
[view addSubview:self];
|
||||
[view endEditing:YES];
|
||||
[self.delegate interstitialViewWillOpen:self];
|
||||
if ([UIView respondsToSelector:@selector(animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue