CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2017 |
| SwiftSwift Version | 4.0 |
| SPMSupports SPM | ✓ |
Maintained by Jesse Squires.
NOTE: As of iOS 9, this library is no longer necessary.
You should use
SFSafariViewControllerinstead.
A lightweight Swift WebKit view controller for iOS
Read the docs. Generated with jazzy. Hosted by GitHub Pages.
$ ./build_docs.sh$ open index.html -a Safariimport JSQWebViewController
let controller = WebViewController(url: URL(string: "http://jessesquires.com")!)
let nav = UINavigationController(rootViewController: controller)
present(nav, animated: true, completion: nil)See the included example app, open Example/Example.xcodeproj.
Please follow these sweet contribution guidelines.
Created and maintained by @jesse_squires.
JSQWebViewController is released under an MIT License. See LICENSE for details.
Copyright © 2015 Jesse Squires.
Please provide attribution, it is greatly appreciated.