/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fluffy.es
| | www.iamsim.me
4.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.
| | atomicbird.com
2.7 parsecs away

Travel
| | One of the cool things UIStackView can do for you is make it easy to dynamically update your app's user interface while it's running, with smooth animations and not a lot of code. My recent talk at iOSDevCamp DC covered some techniques. Natasha the Robot wrote a couple of great posts based on my talk, and today I'm going to talk about another unexpected (to me?) use of stack views.
| | lukecsmith.co.uk
2.2 parsecs away

Travel
| | Coredata and background threads can be simple
| | www.jessesquires.com
23.1 parsecs away

Travel
| A few days ago I was (finally!) updating a project to use Swift 2.2 and I ran into a few issues when converting to use the new #selector syntax introduced by...