Skip to content

Repository files navigation

JSQWebViewController

Build StatusVersion Statuslicense MITcodecov.ioCarthage compatiblePlatform

A lightweight Swift WebKit view controller for iOS

screenshotscreenshot

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

You should probably use SFSafariViewController instead.

Requirements

  • iOS 8+
  • Swift 2.0

Installation

use_frameworks!# For latest release in cocoapodspod'JSQWebViewController'# Feeling adventurous? Get the latest on developpod'JSQWebViewController',:git=>'https://github.com/jessesquires/JSQWebViewController.git',:branch=>'develop'
github "jessesquires/JSQWebViewController"

Documentation

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

More information on the gh-pages branch.

Getting Started

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

See the included example app, open JSQWebViewController.xcworkspace.

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

A lightweight Swift WebKit view controller for iOS

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages