Explore >> Select a destination


You are here

kairadiagne.com
| | www.iamsim.me
1.7 parsecs away

Travel
| | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer.
| | jessesquires.github.io
5.9 parsecs away

Travel
| | [AI summary] This document provides a reference for the CollectionViewModel structure in Swift, detailing its properties, methods, and usage in managing collections with sections and items.
| | www.neilmacy.co.uk
2.9 parsecs away

Travel
| | A better way to deal with UITableViewCells.
| | www.ncameron.org
30.7 parsecs away

Travel
| One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type