KINWebBrowser icon indicating copy to clipboard operation
KINWebBrowser copied to clipboard

UIAlertController warning

Open vargarobert opened this issue 9 years ago • 2 comments

Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior

vargarobert avatar Feb 22 '16 11:02 vargarobert

I have the same question.Waiting for the author response

AgentEric avatar Apr 01 '16 09:04 AgentEric

Try this: - (BOOL)externalAppRequiredToOpenURL:(NSURL *)URL { return NO; }

zjmdp avatar Sep 06 '16 15:09 zjmdp