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