MBCoverFlowView icon indicating copy to clipboard operation
MBCoverFlowView copied to clipboard

An open-source Cover Flow implementation

Results 4 MBCoverFlowView issues
Sort by recently updated
recently updated
newest added

There is a subtle bug in this line: [_scroller setNumberOfIncrements:fmax([self.content count]-1, 0)]; Namely, the count method returns an unsigned long (NSUInteger), and therefore when count is 0, and you subtract...

Does not seems to be work for latest osx versions.

Hi, first of all thanks for making MBCoverFlowView open source! Unfortunately I'm fairly new to CoreAnimation and drawing in 2.5D. So I'd just like to file a bug report for...

There needs to be a CGContextClearRect( context, gradientRect ) after the CGBitmapContextCreate to clear the context data before drawing the gradients, otherwise the initial state of the memory is incorporated...