I'm really confused. Do I have to go in the iCarousel.h file and change it there, or can I access the property in code and then reloadData?
There is a delegate method you can call:
- (BOOL)carouselShouldWrap:(iCarousel *)carousel {
//wrap all carousels
return YES;
}