我需要在iCarousel中实现分页。在编写以下代码之后,我将iCarousel与集成了iCarouselTypeLinear :
UIView *bandImageView = [[UIView alloc] initWithFrame:CGRectMake(350, 300, 100, 20)];
bandImageView.backgroundColor = [UIColor redColor];
[self.view addSubview:bandImageView];
这段代码在“轮播”下方创建了一个红色区域,我要在其中显示分页控件。
在iCarousel中实现分页的下一步工作是什么。
Zeeshan Jan
最佳答案
试试这个,看看是否对您有帮助
http://snipplr.com/view/60971/
关于ios - 在iCarousel中分页,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14434424/