Jay Clark
Jay Clark
For Apps supporting < iOS 13, it would be nice to expose a `.colorProvider: (UITraitCollection) -> UIColor` example callsite: ```swift let label: UILabel = { let label = UILabel() label.bonMotStyle...
A few things here: - Simplifies Coordinator down to `class Coordinator: NSObject {}` - Moves presentation style to be determined by parents - Adopts a pattern to `attach` to children...
Debugger was yelling about duplicate fabric things. Internet/Cocoapods says to `inherit! :search_paths` in the test target pods
Currently, showing multiple duplicate errors in a row will show the first, and then add the rest to the `errorsToDisplay` queue. As a result, the same error dismisses just to...