Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 936 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 936 Bytes

KDXCollectionView

KDXCollectionView is an alternative implementation of collection view for Mac which intends to be used in order to replace NSCollectionView.

KDXCollectionView implements a view-based cell (i.e. KDXCollectionViewCell) which is similar to UITableView and UITableViewCell on iOS. It is preferred to subclass KDXCollectionViewCell and then do your own rendering or even you can just add Cocoa controls as subviews of KDXCollectionViewCell.

A lot of features have already been implemented for KDXCollectionView including dragging, dropping, animation, reordering, removing, hovering, selection, multiple selection, keyboard handling and etc.

An example project named CollectionView has been included to demonstrate a simple and common usage of KDXCollectionView.

License

KDXCollectionView is licensed under MIT License.