Hello all, My questions is about embedding Compose view (not screen) into UIKit/SwiftUI contains pro...
i
Hello all, My questions is about embedding Compose view (not screen) into UIKit/SwiftUI contains project: • How to determine size of view manually (calculate before embed for example)? • We have only UIViewController representation, why not UIView representation exist?
a
Hi! Currently compose is not support self-sizing. Follow progress here. Also we have in plans to support UIView as a base compose element. Stay tuned!
🙌 1