There are 0 repository under uicollectionviewcontroller topic.
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
Project 10 hacking with swift
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).