我有数组中的多个图像和一个scrollView所有图像应该自动滚动,当我点击图像时,它应该导航到其他视图并显示其详细信息。在完成从0滚动到数组末尾的图像之后,它应该再次加载第1张图像,即在动画中我有很多问题请帮助我....
我使用此代码
[NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(onTimer) userInfo:nil repeats:YES];
- (void) onTimer {
// Updates the variable h, adding 100 (put your own value here!)
h += 100;
//This makes the scrollView scroll to the desired position
yourScrollView.contentOffset = CGPointMake(0, h);
}
答案 0 :(得分:0)
尝试iCarousel library滚动图像,使用自动滚动示例作为参考,如果要在循环中重复内容,请将wrap属性设置为yes。将图像数组添加到轮播并实现轮播数据源和委托方法来滚动图像。你可以改变不同的类型,如线性,旋转或溢出等。
答案 1 :(得分:0)
你可以在那之后创建图像插座
ImageView
就是这样。