/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

sintraworks.github.io
| | www.iamsim.me
2.2 parsecs away

Travel
| | In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath.
| | gist.github.com
0.2 parsecs away

Travel
| | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift
| | noahgilmore.com
2.5 parsecs away

Travel
| | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start?
| | fluffy.es
22.7 parsecs away

Travel
| To let Auto Layout know how to calculate the height of the cell, we need to create sufficient constraints from top of the cell's content view to the bottom.