2013-01-13 55 views

回答

1

我不知道要充分了解你的問題,但我試圖回答:) 實施iCarouselDelegate和嘗試這個辦法:

-(void)carouselDidEndDecelerating:(iCarousel *)carousel { 
    NSLog(@"HERE : %d", carousel.currentItemIndex); 
    //Popup with UIAlertView or do what you want to do :) 
} 

我希望我成功,回答你的問題

相關問題