Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142721 | Feb 16,2019 02:44 PM UTC | Feb 18,2019 01:04 PM UTC | Xamarin.iOS | 1 |
![]() |
Tags: SfRotator |
NSMutableArray<SFRotatorItem> rotatorItemCollection = new NSMutableArray<SFRotatorItem>(); for (int i = 1; i <= 5; i++) { SFRotatorItem items = new SFRotatorItem(); UIImageView uiImageView = new UIImageView(); uiImageView.Frame = new CGRect(0, 0, this.View.Frame.Width, this.View.Frame.Height); uiImageView.Image = new UIImage("Images/Image" + i.ToString() + ".png"); items.View = uiImageView; rotatorItemCollection.Add(items); } rotator.DataSource = rotatorItemCollection; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.