diff --git a/src/Controls/src/Core/Handlers/Items/iOS/CarouselTemplatedCell.cs b/src/Controls/src/Core/Handlers/Items/iOS/CarouselTemplatedCell.cs index 9632b3285ee4..3e2957542eee 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/CarouselTemplatedCell.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/CarouselTemplatedCell.cs @@ -9,7 +9,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { public class CarouselTemplatedCell : TemplatedCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.CarouselTemplatedCell"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.CarouselTemplatedCell"); CGSize _constraint; [Export("initWithFrame:")] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalCell.cs b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalCell.cs index 3d605a0a27a1..515e93ab907a 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalCell.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalCell.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class HorizontalCell : HeightConstrainedTemplatedCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.HorizontalCell"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.HorizontalCell"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultCell.cs b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultCell.cs index f9bc50833fdc..c3f7e4b8464c 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultCell.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultCell.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class HorizontalDefaultCell : DefaultCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.HorizontalDefaultCell"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.HorizontalDefaultCell"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultSupplementalView.cs b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultSupplementalView.cs index 168637712e98..cd609d6e8236 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultSupplementalView.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalDefaultSupplementalView.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class HorizontalDefaultSupplementalView : DefaultCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.HorizontalDefaultSupplementalView"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.HorizontalDefaultSupplementalView"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalTemplatedHeaderView.cs b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalTemplatedHeaderView.cs index 269af69a7173..a5ee2bef895b 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/HorizontalTemplatedHeaderView.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/HorizontalTemplatedHeaderView.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class HorizontalSupplementaryView : HeightConstrainedTemplatedCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.HorizontalSupplementaryView"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.HorizontalSupplementaryView"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/VerticalCell.cs b/src/Controls/src/Core/Handlers/Items/iOS/VerticalCell.cs index f8dbbcc6110d..ae37c9facaae 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/VerticalCell.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/VerticalCell.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class VerticalCell : WidthConstrainedTemplatedCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.VerticalCell"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.VerticalCell"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultCell.cs b/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultCell.cs index 9245c34327c1..4de2c6e150b6 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultCell.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultCell.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class VerticalDefaultCell : DefaultCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.VerticalDefaultCell"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.VerticalDefaultCell"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultSupplementalView.cs b/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultSupplementalView.cs index 853cc5ee4a68..562d92fd0217 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultSupplementalView.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/VerticalDefaultSupplementalView.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class VerticalDefaultSupplementalView : DefaultCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.VerticalDefaultSupplementalView"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.VerticalDefaultSupplementalView"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)] diff --git a/src/Controls/src/Core/Handlers/Items/iOS/VerticalSupplementaryView.cs b/src/Controls/src/Core/Handlers/Items/iOS/VerticalSupplementaryView.cs index 65f3f362540a..f39a2f7c3ae6 100644 --- a/src/Controls/src/Core/Handlers/Items/iOS/VerticalSupplementaryView.cs +++ b/src/Controls/src/Core/Handlers/Items/iOS/VerticalSupplementaryView.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Handlers.Items { internal sealed class VerticalSupplementaryView : WidthConstrainedTemplatedCell { - public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.Compatibility.Platform.iOS.VerticalSupplementaryView"); + public static NSString ReuseId = new NSString("Microsoft.Maui.Controls.VerticalSupplementaryView"); [Export("initWithFrame:")] [Microsoft.Maui.Controls.Internals.Preserve(Conditional = true)]