Reputation: 39
I am new in xamarin Forms, I want to do Custom Carousel View by making part of previous item and part of next item in Carousel List show with the current item in list. I Found this plugin make exactly my need [https://github.com/NAXAM/carousel-xamarin-forms ] But this work for Android only, i want like that for ios also.
Upvotes: 1
Views: 1272
Reputation: 57
You can try this source: https://www.nuget.org/packages/CarouselView.FormsPlugin/ I tried and it worked the same as Naxam's library but more stable.
Upvotes: 1
Reputation: 7199
You can check https://github.com/sthewissen/KickassUI.ParallaxCarousel
Here is the tutorial https://www.thewissen.io/creating-a-parallax-carousel-in-xamarin-forms/
Upvotes: 0