Skip to content

Version 1.8

Choose a tag to compare

@insidegui insidegui released this 05 Aug 13:38
· 13 commits to main since this release
21d183e
  • Add PlatformViewWrapper and PlatformViewControllerWrapper, generic wrappers for a platform view or view controller to be embedded in a SwiftUI view
  • Add PlatformViewControllerRepresentable

⚠️ Breaking Change

PlatformViewControllerRepresentable used to be just a type alias to UIViewControllerRepresentable and NSViewControllerRepresentable, but it is now a standalone protocol. Use PlatformViewControllerRepresentableType to refer to UIViewControllerRepresentable and NSViewControllerRepresentable directly if needed.