Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
/ KSOWebKit Public archive

KSOWebKit is a wrapper around various WebKit classes.

License

Notifications You must be signed in to change notification settings

Kosoku/KSOWebKit

Repository files navigation

KSOWebKit

Carthage compatible Version Platform License

KSOWebKit is a wrapper for various WebKit classes, primarily WKWebView. It displays a progress bar embedded in the navigation bar and provides delegate methods to control which requests are loaded.

demo

Installation

You can install KSOWebKit using cocoapods, Carthage, or as a framework. When installing as a framework, ensure you also link to Ditko, Stanley, Agamotto, and KSOFontAwesomeExtensions as KSOWebKit relies on them.

You must also include the FontAwesome.ttf font in your application bundle which can be found at http://fontawesome.io/.

Dependencies

Third party:

Apple:

  • Foundation, iOS
  • UIKit, iOS
  • WebKit, iOS