From e7def33147fea8fb7fc8d2a309a56eb358dea2b3 Mon Sep 17 00:00:00 2001 From: Tomasz Krasnyk Date: Mon, 4 Sep 2023 13:25:20 +0200 Subject: [PATCH] - fixed crashes with iOS16+ --- ...ViewController+RamblerViperModuleTransitionHandlerProtocol.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m b/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m index fa1229a..6ab80f7 100644 --- a/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m +++ b/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m @@ -21,7 +21,7 @@ @implementation UIViewController (RamblerViperModuleTransitionHandlerProtocol) #pragma mark - RamblerViperModuleTransitionHandlerProtocol -+ (void)initialize { ++ (void)load { [self swizzlePrepareForSegue]; }