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.
我正在使用 Linear 类型的 iCarousel 来实现分页。每个页面都可以在其位置垂直滚动。问题是当我开始水平滚动时,页面会向上移动。任何帮助将不胜感激。
我认为您必须增加委托中的视图大小
- (UIView *)carousel:(iCarousel *)carousel viewForItemAtIndex:(NSUInteger)index reusingView:(UIView *)view
或者委托中的间距
- (CGFloat)carousel:(iCarousel *)_carousel valueForOption:(iCarouselOption)option withDefault:(CGFloat)value