Closed inoue0124 closed 3 years ago
Hello 👋
The SwiftUI interface is not included in the 2.0.3 release. The plan is to release it with version 2.1, and in the meantime, you can test them on the main
branch.
Please let us know if you have any feedback on their current implementation.
OK, I will try them on the main branch! Thank you.
I installed the library via CocoaPods and could not use
AcknowListSwiftUIView
. Compiler saidCannot find 'AcknowListSwiftUIView' in scope
when I tried to initialize likelet view = AcknowListSwiftUIView()
.And I found that there are no files of SwiftUI classes in the v2.0.3 release zip.
Could I ask how I can use it for SwiftUI?