Reputation: 958
i want use iCarouse to implement scroll by page that is like UIScrollView paged
iCarouse code://it is not work
carousel.delegate = self;
carousel.dataSource = self;
carousel.scrollSpeed = 0.8f;
//carousel.wrapEnabled = YES;
carousel.stopAtItemBoundary = YES;
carousel.scrollToItemBoundary = YES;
carousel.type = iCarouselTypeCoverFlow;
scroll code:
[scrollView setPagingEnable:YES];//I want to achieve this
Upvotes: 1
Views: 4594