https://github.com/shingt/simplewebviewcontroller
Simple WKWebview-wrapped view controller.
https://github.com/shingt/simplewebviewcontroller
ios
Last synced: over 1 year ago
JSON representation
Simple WKWebview-wrapped view controller.
- Host: GitHub
- URL: https://github.com/shingt/simplewebviewcontroller
- Owner: shingt
- License: mit
- Created: 2016-04-26T12:28:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T02:45:02.000Z (about 10 years ago)
- Last Synced: 2025-03-24T11:13:31.054Z (over 1 year ago)
- Topics: ios
- Language: Objective-C
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleWebViewController
[](https://travis-ci.org/shingt/SimpleWebViewController)
[](http://cocoapods.org/pods/SimpleWebViewController)
[](http://cocoapods.org/pods/SimpleWebViewController)
[](http://cocoapods.org/pods/SimpleWebViewController)
## SYNOPSYS
```swift
let url = NSURL(string: "https://apple.com")
let request = NSURLRequest(URL: url!)
let modalWebViewController = SimpleWebNavigationController(request: request)
presentViewController(modalWebViewController, animated: true, completion: nil)
// OR
let webViewController = SimpleWebViewController(request: request)
navigationController.pushViewController(webViewController, animated: true)
```
## Author
shingt
## License
SimpleWebViewController is available under the MIT license. See the LICENSE file for more info.