meismyles / SwiftWebVC

A drop-in inline browser for your Swift iOS app.
MIT License
329 stars 117 forks source link

Support the use of SFSafariViewController #4

Closed ntnhon closed 7 years ago

ntnhon commented 8 years ago

http://code.tutsplus.com/tutorials/ios-9-getting-started-with-sfsafariviewcontroller--cms-24260

Apple did open their Safari to developers and I think it would be great to integrate it in this library. Just a few line of codes that check iOS version and we're done.

I'm gonna make a PR soon.

meismyles commented 8 years ago

Sorry, forgot to reply to you. How would you like to integrate it? Use it instead of a UIWebView?