Skip to content

An example of UICollectionViewFlowLayout use based on Ash Furrow's objective-C implementation

License

Notifications You must be signed in to change notification settings

EduardLev/UICollectionViewFlowLayoutExample_Swift

Repository files navigation

UICollectionViewFlowLayout Example - Swift

This is a reproduction in Swift of a simple Objective-C app written by Ash Furrow which shows an example of subclassing UICollectionViewFlowLayout. From the original, this app demonstrates the following:

  • Custom 'UICollectionViewFlowLayout' subclasses.
  • How to implement 'UICollectionViewCell' subclasses.
  • How to change layouts (with animation).
  • How to set up a collection view without a .xib or a Storyboard.

See the original repository here

See more notes about the sample here.

Small layout Large layout

About

An example of UICollectionViewFlowLayout use based on Ash Furrow's objective-C implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages