Is there anyway to make a UIScrollView/iCarousel stop at a specific part or index or like here programmatically:
([[images objectAtIndex:index] intValue] == 75)
Here is a how I scroll my iCarousel:
[carousel scrollByNumberOfItems:-35 duration:10.7550f];
You can scroll to a specific index using
I’m not 100% sure I understand what you are trying to do though – your example code doesn’t make any sense because in this code you are attempting to convert an image to an integer, which will just crash: