AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
710 stars 114 forks source link

Added support for XF IndicatorView #381

Closed IeuanWalker closed 3 years ago

IeuanWalker commented 3 years ago

Added support for XF IndicatorView.

Copied the implementation from the XF carousel control.

Tested on Android and iOS.

I know this project has its own implementation, but the reason I added this is because it makes it easier to transition from XF carousel control to this control, + if an app already utilizing the IndicatorView elsewhere in the app, rather than trying to match the design, they can just reuse the code they already have.

AndreiMisiukevich commented 3 years ago

@IeuanWalker Thank you :)