Closed BarredEwe closed 3 months ago
Added UIKit support to the #Preview macro
#Preview
I checked how UIKit is displayed in preview and tried to make the implementation the same as Apple's.
content: @escaping () -> any View,
UIView
UIViewController
UIViewRepresentable
UIViewControllerRepresentable
Legend @BarredEwe !
Short description 📝
Added UIKit support to the
#Preview
macroSolution 📦
I checked how UIKit is displayed in preview and tried to make the implementation the same as Apple's.
Implementation 👩💻👨💻
UIView
andUIViewController
.UIViewRepresentable
andUIViewControllerRepresentable