vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
798 stars 60 forks source link

SwiftUIView is not available on v2.0.3 #93

Closed inoue0124 closed 3 years ago

inoue0124 commented 3 years ago

I installed the library via CocoaPods and could not use AcknowListSwiftUIView. Compiler said Cannot find 'AcknowListSwiftUIView' in scope when I tried to initialize like let 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?

vtourraine commented 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.

inoue0124 commented 3 years ago

OK, I will try them on the main branch! Thank you.