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.
Adam Pečev
02/22/2025, 11:48 AM
@Elijah Semyonov do you know? 👀 Or are there any plans to fix this?