CarouselView Out Of Memory Exception
问题 I am currently using a xamarin form version of Carousel View with ItemTemplate which have a list of templates e.g. public class TemplateSelector : DataTemplateSelector { private DataTemplate[] dataTemplates; public TemplateSelector() { dataTemplates = new DataTemplate[] { new DataTemplate (typeof (View1)), new DataTemplate (typeof (View2)), new DataTemplate (typeof (View3)), new DataTemplate (typeof (View4)), new DataTemplate (typeof (View5)), new DataTemplate (typeof (View6)), new