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

lembacon/KDXCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A better collection view for Mac

Resources

License

Stars

Watchers

Forks

Packages

No packages published