iCarousel
iCarousel copied to clipboard
Same width but custom heigth in linear vertical carousel
Great work with this library, in my project i implement a vertical linear carousel where all items have the same with but i need that some items have custom heigth, i think that make some logic in
- (UIView *)carousel:(__unused iCarousel *)carousel viewForItemAtIndex:(NSInteger)index reusingView:(UIView *)view
i can achieve this but i get some weird spacing between items and sometimes the items beings overlaping. any ideas ??
thanks a lot in advantage
Hi, did you found any solution please?