Hello, compose has an issue on iOS that when the s...
# compose-ios
r
Hello, compose has an issue on iOS that when the screen is changing, via orientation or resizing (on ipad) that the composables will not get redrawn. Is this a know issue, is there a work around?
viewWillLayoutSubviews
does appear to trigger redraw
r
It is fixed in the latest alpha release
👍 2
m
how are you representing your compose view controller? inside a swiftui
UIViewControllerRepresentable
?
r
I am using a
Copy code
ComposeUIViewController
m
yes but how does that get added on the ios app
r
I am not sure what the default template does, I am using pure compose no additional swift ui.
m
ah okay, default template embeds in
UIViewControllerRepresentable
and adds to SwiftUI view tree