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。
并且知道我不是在做一个来的项目。
我想在它停止向用户显示哪个项目时调用警报。
只有感谢
我不确定完全理解你的问题,但我试图回答:) 实施 iCarouselDelegate 并试试这个:
-(void)carouselDidEndDecelerating:(iCarousel *)carousel { NSLog(@"HERE : %d", carousel.currentItemIndex); //Popup with UIAlertView or do what you want to do :) }
我希望我能成功回答你的问题