As a fellow Cocoa dev, may I ask why you're using PXListView? AppKit has a view-based table view now (since 10.7?) that covers the same feature set.
Moreover, PX has not been maintained since 2011, and there is a bunch of issues and pull requests that are being ignored. There are some forks that fix things, but no canonical one.
Comments
As a fellow Cocoa dev, may I ask why you're using PXListView? AppKit has a view-based table view now (since 10.7?) that covers the same feature set.
Moreover, PX has not been maintained since 2011, and there is a bunch of issues and pull requests that are being ignored. There are some forks that fix things, but no canonical one.
PS: Nice app, good work!