we'll look at how to customize a UICollectionViewController so that we can introduce a blurry header at the top of our list. This is relatively simple using a custom UICollectionViewFlowLayout component along with a UIViewPropertyAnimator class.
A collection view with a stretchy header
iOS Apps I've Worked On
The 3rd challenge of Project 10 of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A refactored UITableViewController from Project 1 to UICollectionViewController. The app builds and runs, with no errors or warnings, but proper loading happens randomly (the original copy of this app behaves the same way).
Project 10 hacking with swift
Add a description, image, and links to the uicollectionviewcontroller topic page so that developers can more easily learn about it.
To associate your repository with the uicollectionviewcontroller topic, visit your repo's landing page and select "manage topics."