Skip to content

Commit

Permalink
Merge pull request #6846 from cheekiatng/timob-6060
Browse files Browse the repository at this point in the history
[TIMOB-6060] iOS: support blur in UIModalPresentationFormSheet
  • Loading branch information
vishalduggal committed May 14, 2015
2 parents b05dcf7 + 0eccf48 commit 1f39209
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iphone/Classes/TiViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,7 @@ - (UIStatusBarAnimation)preferredStatusBarUpdateAnimation
{
return UIStatusBarAnimationNone;
}

- (BOOL)disablesAutomaticKeyboardDismissal {
return NO;
}
@end

0 comments on commit 1f39209

Please sign in to comment.