SwiftUIKitView icon indicating copy to clipboard operation
SwiftUIKitView copied to clipboard

Easily use UIKit views in your SwiftUI applications. Create Xcode Previews for UIView elements

Results 3 SwiftUIKitView issues
Sort by recently updated
recently updated
newest added

This PR leverages `dynamicMemberLookup` to allow setting properties in the same style as SwiftUI. Unfortunately DML cannot be implemented by a protocol so the implementation needs to be duplicated between...

When I try to compile for macOs I get: No such module 'SwiftUIKitView' xcode 12.5.1 macos 11.6

`UILabel` Preview Example in project `SwiftUIKitExample.xcodeproj` does not work. ```swift UILabel() //