https://github.com/team-xquare/xwebkit
XQUARE 생태계의 웹뷰를 책임질 XWebKit.
https://github.com/team-xquare/xwebkit
swiftui webkit
Last synced: 2 months ago
JSON representation
XQUARE 생태계의 웹뷰를 책임질 XWebKit.
- Host: GitHub
- URL: https://github.com/team-xquare/xwebkit
- Owner: team-xquare
- Created: 2023-02-09T12:21:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:16:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T19:36:06.690Z (over 1 year 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)
```