CoordinatorKit
CoordinatorKit copied to clipboard
presentAuthFlow memory leak
Hey Callum,
when the AuthCoordinator is presented it's also possible to dismiss the coordinator by swiping down, in this case, the coordinator.onCancel() closure doesn't get called and so the coordinator stays in the childCoordinators array. Do you have any solution to solve this issue?
Best Regards, eduhh94
UIAdaptivePresentationControllerDelegate
has a delegate callback called: presentationControllerDidDismiss
which should work for this.