Skip to content
#

uicollectionviewcontroller

Here are 8 public repositories matching this 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.

  • Updated Jun 26, 2019
  • 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).

  • Updated Dec 6, 2022
  • Swift

Add this topic to your repo

To associate your repository with the uicollectionviewcontroller topic, visit your repo's landing page and select "manage topics."

Learn more