Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# XWebKit

## Usage
```swift
import SwiftUI
import XWebKit

...

NavigationView {
XWebKitView(
urlString: ,
accessTokenGetter: { }
)
}
.navigationViewStyle(.stack)

```