I am glad to see how well compose multiplatform does with platform integration. I am using the experimental support for iOS in a toy project, and I can already render a static UIView to a Composable. Working on touch support now.
Along this line, I noticed that ComposeLayer is internal, which prevents me from creating a SkikoUIView. Will this or some other way of hosting compose inside a UIView be public when Compose for iOS is declared ready?
t
Thomas
05/13/2022, 6:46 PM
I don’t have an answer for your question, but as long as you are just trying it out and would like to access internal code, just add this to the top of your file: