Xamarin.Forms.CarouselView
News
CarouselView is now open source:
https://github.com/xamarin/Xamarin.Forms.CarouselView
2.3.0-pre2
bugs fixed
- 41463 - "CarouselView Crashes with "Sequence Does not Contain a Matching Element'"
- 40513 - "Adding views to CarouselView after rendered and swiping crashes Forms"
Other fixes
Reduced assemblies referenced per platform project from three to one so
that now each platform gets its own version of Xamarin.Forms.CarouselView
into which the portable library has been merged.
For example, Android used to referenced:
Xamarin.Forms.CarouselView
Xamarin.Forms.CarouselView.Platform
Xamarin.Forms.CarouselView.Android
But now only references:
Xamarin.Forms.CarouselView (android specific)
2.3.0-pre1
Notes
Creating this thread to collect all CarouselView feedback until it is merged back into the Xamarin.Forms package.
James Montemagno put together a post on CarouselView here