1
votes

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.

2

2 Answers

1
votes

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.