iosxcodeipadicarousel

Paging in iCarousel


I need to have the paging implemented in iCarousel. I have integrated iCarousel with iCarouselTypeLinear after that I have written following code:

UIView *bandImageView = [[UIView alloc] initWithFrame:CGRectMake(350, 300, 100, 20)];
bandImageView.backgroundColor = [UIColor redColor];
[self.view addSubview:bandImageView];

This code has created a red area below the Carousel where I would like to show the paging control.

What are my next steps to implement paging in iCarousel.

Zeeshan Jan


Solution

  • try this one and see if it helps you http://snipplr.com/view/60971/