iCarouse を使用して、UIScrollView paged のようなページごとのスクロールを実装したい
iCarouse コード://それは動作しません
carousel.delegate = self;
carousel.dataSource = self;
carousel.scrollSpeed = 0.8f;
//carousel.wrapEnabled = YES;
carousel.stopAtItemBoundary = YES;
carousel.scrollToItemBoundary = YES;
carousel.type = iCarouselTypeCoverFlow;
スクロールコード:
[scrollView setPagingEnable:YES];//I want to achieve this