Closed bezigon closed 11 years ago
When I'm at index 0 (first image) and decided to drag to the right, there is a strange behavior -- many calls of - (void)layoutSubviews
and thus there is many calls to delegate - (void) coverflowView:(TKCoverflowView*)coverflowView coverAtIndexWasBroughtToFront:(int)index
- (void) coverflowView:(TKCoverflowView*)coverflowView coverAtIndexWasBroughtToFront:(int)index
I don't believe this is still a issue as of commit 6e6a37e319e57982722098ba7ef4ca95300ab701
When I'm at index 0 (first image) and decided to drag to the right, there is a strange behavior -- many calls of - (void)layoutSubviews
and thus there is many calls to delegate
- (void) coverflowView:(TKCoverflowView*)coverflowView coverAtIndexWasBroughtToFront:(int)index