Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

tsfischer/KDXCollectionView

This branch is 5 commits ahead of lembacon/KDXCollectionView:master.

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

Languages

  • Objective-C 94.1%
  • C 5.4%
  • Ruby 0.5%