You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am using a UIViewRepresentable (NS for macOS) object to help with rendering a CALayer into the view hierarchy. This is because I was unable to find (in my limited time experimenting with this) a way to render a CALayer directly with available SwiftUI components.
This ticket acts as a placeholder for the work to remove this platform conditional logic.
The text was updated successfully, but these errors were encountered:
Currently I am using a UIViewRepresentable (NS for macOS) object to help with rendering a CALayer into the view hierarchy. This is because I was unable to find (in my limited time experimenting with this) a way to render a CALayer directly with available SwiftUI components.
This ticket acts as a placeholder for the work to remove this platform conditional logic.
The text was updated successfully, but these errors were encountered: