Link
UI Colors
I'm horrible at colors, by far the worse part of my design skills, anyone have a resource for picking color palettes, preferably ones that have light and dark mode variants?
Found this site which is really nice and along the lines of what I was looking for, says Tailwind CSS, but seems generally usable to me
ColorToolbox
ColorToolbox is implemented as a set of extensions on UIColor, NSColor and Color (SwiftUI). All utility methods and properties are available on all supported platforms.
I would imagine there are many [color utilities for AppKit, UIKit, and SwiftUI] out there, but I like this one. Made with care. Recommended.
An Introduction to Isolation in Swift
Recently, someone asked me a question about actor isolation. The specifics aren’t important, but I really got to thinking about it because of course they were struggling. (…) Here’s breakdown of the concepts, in the simplest terms I could come up with.
It’s an excellent article.