lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Can CEF.swift be embedded in UIKit/SwiftUI? #51

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello, is it possible to embed CEF.swift in a UIKit/SwiftUI app? I looked at the demo code, but it looks like CEF creates its own window. I'm wondering if this can be a drop-in replacement for WKWebView. Thanks

umairzahid508 commented 2 years ago

Did you @kchair figure out how to embed it ?