KDXCollectionView
KDXCollectionView copied to clipboard
A better collection view for Mac
I was getting update issues when adding/inserting new cells into the collectionView. I was able to solve this by adding the following line: ``` [self _addVisibleCells]; ``` to the 'fixLayoutAfterInsertion'...
I am attempting to use KDXCollectionView as a grid of subviews which contain sub controls such as buttons. I was initially stumped as to why my buttons were not getting...
Is it by intention to run only on a not released Xcode version so far? I can make some build changes, but even the MainMenu.xib is in the new interface...