Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道是否有可能让一个页面控件/滚动视图循环。
示例:从最后一页向右滑动时,将转到第一页。或者从第一页向左滑动,它会转到最后一页。
您可以为此使用iCarousel 控件。它iCarouselTypeLinear 看起来很像分页滚动视图。
iCarouselTypeLinear
实现委托方法- (BOOL)carouselShouldWrap:(iCarousel *)carousel;以返回 YES。
- (BOOL)carouselShouldWrap:(iCarousel *)carousel;