Does anybody have experienced compose ios screens ...
# compose-ios
n
Does anybody have experienced compose ios screens disappearing / not appearing on release mode or when opening a modal / pop-up (using present on the viewcontroller, as it is still old code)
It appears that it has something to do with calling the viewDidAppear on the viewcontroller..
d
It happens only on release mode? Can you please provide a minimal reproducible sample project on GitHub?
n
@Dima Avdeev Thanks for answering; The release mode doesn’t seem to have something to do with it as it also happens in the debug version when closing a pop-up. I’ve found an issue (https://github.com/JetBrains/compose-multiplatform/issues/3698) which prolly is the same, but when I later today have time I’ll try to make a minimal reproducible sample project for you
a
Hey @Dima Avdeev do you have any updates on this issue? I'm seeing it in the app I'm working on currently. Are there any known workarounds?
d
As I understand this issue is just closed today: https://github.com/JetBrains/compose-multiplatform/issues/3698
a
Amazing, thank you so much!