/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
| | gist.github.com
0.2 parsecs away

Travel
| | A navigation controller that does a better job at communicating navigation events - PleasantNavigationController.swift
| | www.highcaffeinecontent.com
3.8 parsecs away

Travel
| |
| | www.iamsim.me
4.7 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.
| | benoitpasquier.com
23.9 parsecs away

Travel
| A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.