Skip to content

Commit

Permalink
Update CieIDWKWebViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
matgentili committed Jan 15, 2022
1 parent 630d0ef commit 99dc6d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/CieSPM/CieIDWKWebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,12 @@ public class CieIDWKWebViewController: UIViewController, WKNavigationDelegate {
}


public struct CieScreen: UIViewControllerRepresentable{
public struct CieScreen: UIViewControllerRepresentable {

public var delegate: CieIdDelegate
public init(delegate: CieIdDelegate){
self.delegate = delegate
}

public func makeUIViewController(context: Context) -> CieIDWKWebViewController {
let vc = CieIDWKWebViewController()
Expand Down

0 comments on commit 99dc6d9

Please sign in to comment.