JAListView
JAListView copied to clipboard
An NSTableView replacement that doesn't suck.
Hi, buddy, this project does not work on mac 10.11, could u tell me what should I do to fix it?
Hi , I found that "JAListViewItem and DemoView" are not deallocated. if i add the autorelease in the line - (JAListViewItem *)listView:(JAListView *)listView viewAtIndex:(NSUInteger)index { DemoView *view = [[DemoView demoView]autorelease];...
added ivars to support the 32bit runtime
my app has frequent listview reloads and I was getting ghost list view items that wouldn't go away no matter how many times I called `[listView reloadData]` I ended up...