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
UIKit does not have a preview panel the same way SwiftUI does. However, we could create a UIView that the user can use (through an option) in their UIKit app to preview the app’s masking while debugging.
We need to make sure this won't be enabled for production.
This use-case could probably be extended to UIView hierarchies wrapped in UIViewRepresentable and UIViewControllerRepresentable, which allows to display a UIKit UI in Xcode preview
Description
UIKit does not have a preview panel the same way SwiftUI does. However, we could create a UIView that the user can use (through an option) in their UIKit app to preview the app’s masking while debugging.
We need to make sure this won't be enabled for production.
Upvote this if you think this is interesting.
Related for SwiftUI: #4633
The text was updated successfully, but these errors were encountered: