dfmuir / KINWebBrowser

A web browser module for your iOS apps.
Other
838 stars 167 forks source link

UIAlertController warning #52

Open vargarobert opened 8 years ago

vargarobert commented 8 years ago

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

AgentEric commented 8 years ago

I have the same question.Waiting for the author response

zjmdp commented 8 years ago

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