codepath / codepath/ios_guides
WkWebView & SafariViewController instead of UIWebView
Open
- Dominant language
- Swift
- Stars
- 2.9k
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
- The old UIWebView (http://guides.codepath.com/ios/Using-UIWebView) is a security nightmare and being deprecated. WkWebView has issues with exposing cookie info (http://bugs.webkit.org/show_bug.cgi?id=140191) but allows customization. Safari View Controller is good for launching an embedded Safari.
- https://developer.apple.com/videos/play/wwdc2015/504/
- https://www.hackingwithswift.com/read/32/3/how-to-use-sfsafariviewcontroller-to-browse-a-web-page
- https://www.macstories.net/stories/ios-9-and-safari-view-controller-the-future-of-web-views/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.