All Projects → twostraws → Tapstore

twostraws / Tapstore

Code for a YouTube video on UICollectionView.

Programming Languages

swift
15916 projects

Tap Store

Twitter: @twostraws

This is the source code to accompany my YouTube video, “How to build a UICollectionView like the App Store”, where I walk through how to build something like the App Store using features introduced in iOS 13 such as UICollectionViewDiffableDataSource and UICollectionViewCompositionalLayout.

You can watch the video here: https://youtu.be/SR7DtcT61tA

There are some limitations stated in the video, and it’s worth repeating them here:

  1. We’re not making the whole App Store, just the collection view part.
  2. I don’t have Apple’s code, so everything you see here is made by me running the App Store on my phone and comparing it with my project.
  3. There are lots of shortcuts so that I could fit it all into a 45-minute talk – magic numbers, guesswork, and support for iPhone 11 Pro Max only.

If you’d like to improve this project, go for it – please open a pull request with your changes and I’ll merge it in!

If you want to learn more about the new features in iOS 13, I have the perfect article for you.

License

This project and accompanying YouTube video is provided to help you learn and experiment – you can use it however you want, with or without credit, commercially or noncommercially, without asking me.

If you have questions, please ask on Twitter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].