Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meniny/wkwebviewcontroller
📡 An UIViewController with WKWebView inside.
https://github.com/meniny/wkwebviewcontroller
webview wkwebview
Last synced: 24 days ago
JSON representation
📡 An UIViewController with WKWebView inside.
- Host: GitHub
- URL: https://github.com/meniny/wkwebviewcontroller
- Owner: Meniny
- License: mit
- Created: 2018-01-20T14:43:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T14:26:32.000Z (about 5 years ago)
- Last Synced: 2024-09-30T17:33:06.628Z (about 1 month ago)
- Topics: webview, wkwebview
- Language: Swift
- Homepage:
- Size: 518 KB
- Stars: 15
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
:name: WKWebViewController
:author: Elias Abel
:author_esc: Elias%20Abel
:mail: [email protected]
:desc: an UIViewController with WKWebView inside
:icon: {name}.png
:version: 1.3.0
:na: N/A
:ios: 9.0
:macos: {na}
:watchos: {na}
:tvos: {na}
:linux: {na}
:xcode: 9.3
:swift: 5
:license: MIT
:sep: %20%7C%20
:platform: iOS
= Meet `{name}`
{author} <{mail}>
v{version}, 2019-04-16[subs="attributes"]
++++
++++:toc:
== 🏵 Introduction
**{name}** is {desc}.
== 📋 Requirements
[%header]
|===
2+^m|Type 1+^m|Requirement1.5+^.^|Platform ^|iOS ^|{ios}+
^|macOS ^|{macos}
^|tvOS ^|{tvos}
^|watchOS ^|{watchos}
^|Linux ^|{linux}^|IDE ^|Xcode ^| {xcode}+
^|Language ^|Swift ^| {swift}+
|===== 📲 Installation
=== CocoaPods
`{name}` is available on link:https://cocoapods.org[CocoaPods].
[source, ruby, subs="verbatim,attributes"]
----
use_frameworks!
pod '{name}'
----=== Manually
Copy all files in the `{name}` directory into your project.
== 🛌 Dependency
* link:https://github.com/Meniny/JustLayout[JustLayout]
== ❤️ Contribution
You are welcome to fork and submit pull requests.
=== Thanks
Thanks to all the contributors 🎉:
* link:https://github.com/cathandnya/[@cathandnya]
== 🔖 License
`{name}` is open-sourced software, licensed under the link:./LICENSE.md[`{license}`] license.
== 🔫 Usage
[source, swift, subs="verbatim,attributes"]
----
import {name}
----