maui-linux/Xamarin.Forms.Platform.iOS/CollectionView/CarouselViewRenderer.cs

10 строки
205 B
C#

namespace Xamarin.Forms.Platform.iOS
{
public class CarouselViewRenderer
{
public CarouselViewRenderer()
{
CollectionView.VerifyCollectionViewFlagEnabled(nameof(CarouselViewRenderer));
}
}
}