I am using iCarousel
for displaying images in Rotary flow.
I am calling this method :
-(void)carouselCurrentItemIndexDidChange:(iCarousel *)carousel
for changing image during swipe.
Now initially when i come to my view controller this method is getting called and it is giving me -1 Current index instead of 0. (and because of this app crash with beyond bounds for empty array)
.
Can anyone help me out!