matteocrippa / awesome-swift

A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
Creative Commons Zero v1.0 Universal
24.84k stars 3.08k forks source link

UICollectionView Category #859

Closed BenEmdon closed 7 years ago

BenEmdon commented 7 years ago

Proposal:

UICollectionViews are just as worthy of a category as UITableViews because of their use cases and customization potential.

dkhamsing commented 7 years ago

Can u list UICollectionView projects?

BenEmdon commented 7 years ago

Examples not on awesome-swift:

Examples on awesome-swift:


Since a UICollectionView has a collectionViewLayout property there are many layout variations that the UITableView category doesn't cover. Also not all the layouts properly fit under the animation category.

dkhamsing commented 7 years ago

Seems like it should be its own category Will revisit this as soon as there is one more UICollectionView project included

Can you recommend two from this list

CKWaveCollectionViewTransition ReplaceAnimation InfiniteCollectionView CollectionViewWaterfallLayout CenteredCollectionView

BenEmdon commented 7 years ago

@dkhamsing as in make 2 PRs?

dkhamsing commented 7 years ago

Yes pls!

DavidLari commented 7 years ago

There are some projects in AwesomeSwift that could probably fit into the new category:

dkhamsing commented 7 years ago

@DavidLari thx!!

dkhamsing commented 7 years ago

I am leaving AnimatedCollectionViewLayout in Animation for now.. feel free to open a pull request to change / discuss that

Thx