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
Andrei Salavei
10/06/2025, 10:56 AM
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!