mbtablegrid
mbtablegrid copied to clipboard
Drawing issues when compiled against 10.10
I'm guessing this isn't maintained any more, but have noticed that when compiled against 10.10 the tableGrid doesn't always draw when scrolled until a press triggers it to draw again.
Same issue here...
This is fixed by inserting the following:
[contentView setNeedsDisplay:YES];
At the end of MBTableGrid's - (void)contentViewDidScroll:(NSNotification *)aNotification :smile: