Created
December 6, 2016 02:39
-
-
Save Cee/9baa0188d8a74afb1563efba887c576e to your computer and use it in GitHub Desktop.
<input/> tag in a WKWebView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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