Hey, I have a question related to `CMPViewControll...
# compose-ios
a
Hey, I have a question related to
CMPViewController
lifecycle. When we use parent-child viewcontroller relationship (viewcontroller containment) we might bump into the crash which says that
CMPViewController
was destroyed. When we create a custom parent-child relationship, we might overcome it. But what about native convenience solutions like
UIPageViewController
which handles the parent-child relationship under the hood? If one of the page viewcontroller is Compose VC, we get the crash. Is there a workaround for these situations? Any plans for mitigating these problems? I found this related issue in YouTrack which is closed.
@Elijah Semyonov do you know? 👀 Or are there any plans to fix this?
@Igor Demin 👀