Adam Pečev
02/18/2025, 2:26 PMCMPViewController
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 AMAdam Pečev
03/04/2025, 7:57 PM