Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Repository files navigation

No Maintenance Intended

NOTE: As of iOS 9, this library is no longer necessary.

You should use SFSafariViewController instead.

⚠ Deprecated ⚠

JSQWebViewController

Build StatusVersion Statuslicense MITcodecovCarthage compatiblePlatform

A lightweight Swift WebKit view controller for iOS

screenshotscreenshot

Requirements

  • Swift 3.2+
  • Xcode 9+
  • iOS 8+

Installation

CocoaPods (recommended)

use_frameworks!# For latest release in cocoapodspod'JSQWebViewController'
github "jessesquires/JSQWebViewController"

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

Generate

$ ./build_docs.sh

Preview

$ open index.html -a Safari

Getting Started

import JSQWebViewController
letcontroller=WebViewController(url:URL(string:"http://jessesquires.com")!)letnav=UINavigationController(rootViewController: controller)present(nav, animated:true, completion:nil)

See the included example app, open Example/Example.xcodeproj.

Contribute

Please follow these sweet contribution guidelines.

Credits

Created and maintained by @jesse_squires.

License

JSQWebViewController is released under an MIT License. See LICENSE for details.

Copyright © 2015 Jesse Squires.

Please provide attribution, it is greatly appreciated.

About

[Deprecated] A lightweight Swift WebKit view controller for iOS

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

299 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages