Skip to content

XQUARE 생태계의 웹뷰를 책임질 XWebKit.

Notifications You must be signed in to change notification settings

team-xquare/XWebKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XWebKit

Usage

import SwiftUI
import XWebKit

...

NavigationView {
   XWebKitView(
      urlString: <URLString of webview>,
      accessTokenGetter: { <Access token> }
   )
}
.navigationViewStyle(.stack)