[ios] Hiding keyboard on Interstitial show

This commit is contained in:
Igor Khmurets 2014-06-30 20:55:50 +03:00 committed by Alex Zolotarev
parent b68ac4e656
commit 461292281d

View file

@ -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:)])
{