Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-xquare/xwebkit
XQUARE 생태계의 웹뷰를 책임질 XWebKit.
https://github.com/team-xquare/xwebkit
swiftui webkit
Last synced: 28 days ago
JSON representation
XQUARE 생태계의 웹뷰를 책임질 XWebKit.
- Host: GitHub
- URL: https://github.com/team-xquare/xwebkit
- Owner: team-xquare
- Created: 2023-02-09T12:21:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:16:38.000Z (over 1 year ago)
- Last Synced: 2024-11-15T00:29:59.905Z (3 months ago)
- Topics: swiftui, webkit
- Language: Swift
- Homepage:
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XWebKit
## Usage
```swift
import SwiftUI
import XWebKit...
NavigationView {
XWebKitView(
urlString: ,
accessTokenGetter: { }
)
}
.navigationViewStyle(.stack)```