CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by ZhihuaZhang.
KAWebBrowser is a web browser module written in Swift.
Powered by WKWebView on iOS 8.
Support showing page's loading status with an animated progressBar.
let browser = KAWebBrowser()
showViewController(browser, sender: nil)
browser.loadURLString("https://github.com")
let navigationController = KAWebBrowser.navigationControllerWithBrowser()
showViewController(navigationController, sender: nil)
navigationController.webBrowser()?.loadURLString("https://github.com")
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the "Getting Started" for more information.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
pod 'KAWebBrowser'
end