PXListView icon indicating copy to clipboard operation
PXListView copied to clipboard

An optimized Cocoa list view for Mac OS X 10.5 and greater

Results 17 PXListView issues
Sort by recently updated
recently updated
newest added

Can you please create a new tag e.g. 0.1.1 and publish the podspec?

Even with a modest number of rows (< 100) I get thousands of calls when scrolling, or even by just resizing the window without scrolling when usingLiveResize is set to...

Preferably done via tags in the Github account, to easily see where the pod and repo sync up?

This pull request fixes a bug where cells with different heights in the same table would not properly update when the window was resized or scrolled. Additionally, fixes a bug...

Fixes scrolling via cursors bug (#14), adds .framework target, fixes warnings/errors when built for archiving via LLVM

I find that whenever I rapidly click on the same cell, the entire UI of the application will freeze. Of course, this is not necessarily how the list view is...

When scrolling with a trackpad, inertia scrolling works inconsistently as compared to other apps (see for example the Twitter App, or iTunes). Sometimes the list will continue to scroll with...

In the demo app (or any app using this code) some leaks appear in Instruments / Activity when you resize the window. (Looks like the code allocs a LOT of...

I'm somewhat new to bindings — I understand them enough to implement them on standard cocoa classes like NSTableView or NSCollectionView, but I'm not sure how to approach using them...