Skip to content

Instantly share code, notes, and snippets.

@Cee
Created December 6, 2016 02:39
Show Gist options
  • Save Cee/9baa0188d8a74afb1563efba887c576e to your computer and use it in GitHub Desktop.
Save Cee/9baa0188d8a74afb1563efba887c576e to your computer and use it in GitHub Desktop.
<input/> tag in a WKWebView
- (void)dismissViewControllerAnimated:(BOOL)flag completion:(void (^)(void))completion {
if (self.presentedViewController) {
[super dismissViewControllerAnimated:flag completion:completion];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment