A WKWebView modal to show web pages, providing close button, title and url labels. Written in Swift.
Inspired by Instagram's web page component.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- Xcode 11
- iOS 9.0 or higher
- Swift 5.0
SmartWKWebView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SmartWKWebView'
import SmartWKWebView
let vc = SmartWKWebViewController()
vc.url = URL(string: "http://www.google.com/en")
present(vc, animated: true)
barisatamer, [email protected]
SmartWKWebView is available under the MIT license. See the LICENSE file for more info.