简体   繁体   中英

Xamarin IOS - Carousel View(Images) In Xamarin IOS

I am trying to implement Images carousel View as per the below image. 在此处输入图片说明

I want to display multiple images using carousel view with highlighted dots when user scroll the images (Highlight the respective dot below the image) in Xamarin IOS.

I tried with iCarousel - Xamarin Component ( iCarousel Link ) to display images with dots. Here i am able to display the images in carousel view. Can any one suggest me to resolve this issue.

Thanks in advance.

If you don't want 3d effects, you can just use a scroll view with a page view control. Add the images in the scroll view and enable paging. Use scroll event function to move your view while changing the page control current Page. Not at a PC right now to send code

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM