diff --git a/src/Controls/src/Core/Platform/iOS/CustomPressGestureRecognizer.cs b/src/Controls/src/Core/Platform/iOS/CustomPressGestureRecognizer.cs index 5758a89e0e9a..23b40c19404d 100644 --- a/src/Controls/src/Core/Platform/iOS/CustomPressGestureRecognizer.cs +++ b/src/Controls/src/Core/Platform/iOS/CustomPressGestureRecognizer.cs @@ -33,7 +33,7 @@ public CustomPressGestureRecognizer(Action action) /// public UIEvent CurrentEvent => _currentEvent; - [Register("__UIGestureRecognizer")] + [Register("Microsoft_Maui_Controls_Platform_iOS_CustomPressGestureRecognizer_Callback")] class Callback : Token { Action action;