diff --git a/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift b/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift index eaf5cd41..15d63aaa 100644 --- a/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift +++ b/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift @@ -25,7 +25,7 @@ public protocol ModalSheetViewControllerEventsNotifiable: AnyObject { presentationController: UIPresentationController ); - func notifyOnSytemSheetPanGestureInvoked( + func notifyOnSystemSheetPanGestureInvoked( sender: UIViewController, panGesture: UIPanGestureRecognizer, gesturePoint: CGPoint @@ -69,7 +69,7 @@ public extension ModalSheetViewControllerEventsNotifiable { // no-op }; - func notifyOnSytemSheetPanGestureInvoked( + func notifyOnSystemSheetPanGestureInvoked( sender: UIViewController, panGesture: UIPanGestureRecognizer, gesturePoint: CGPoint diff --git a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift index ba6769a9..c01315f9 100644 --- a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift +++ b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift @@ -171,7 +171,7 @@ open class ModalSheetViewControllerLifecycleNotifier: ViewControllerLifecycleNot #endif self.sheetLifecycleEventDelegates.invoke { - $0.notifyOnSytemSheetPanGestureInvoked( + $0.notifyOnSystemSheetPanGestureInvoked( sender: self, panGesture: panGesture, gesturePoint: gesturePoint