/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
| | osinski.dev
3.1 parsecs away

Travel
| | [AI summary] The author details a custom implementation of snapshot testing for self-sizing iOS table view cells to ensure UI consistency and generate documentation screenshots.
| | gist.github.com
0.2 parsecs away

Travel
| | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift
| | 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.
| | swiftwithmajid.com
19.5 parsecs away

Travel
| The Swift macros feature became very popular last year in the community and inside Apple. As a result, the SwiftUI framework introduced a set of macro types that helped us reduce boilerplates in our codebases. This week, we will talk about the Entry macro type.