Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

tsfischer/KDXCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 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

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors

Languages

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