Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
61 lines (53 loc) · 4.34 KB

File metadata and controls

61 lines (53 loc) · 4.34 KB

Collection Views Demo

CollectionViewsDemo is a project which provides examples to show some functionalities of UICollectionView.

Requirements

  • iOS 8.0+
  • ARC
  • Swift 4

Slides

Some slides related to this demo:

Examples

  1. A basic collection view using a flow layout.
  2. A basic collection view using a flow layout delegate.
  3. A collection view displaying headers & footers.
  4. A collection view using decoration views.
  5. A horizontal collection view.

Credit

This document and sources are written and developed by Sébastien MICHOY.

The applications used in examples are listed below:

Feedback

If you find a bug, feel free to create a Github issue!

License

This document and sources are available under the BSD license. Please see the LICENSE file for more information.