Sublime
An inspiration engine for ideas
AttributedString provides a modern type-safe way to add attributes like styles and accessibility features to strings. It integrates well with SwiftUI Text view, supporting attributes like color, font, and links. You can learn more in my blog post:
https://t.co/6lzAFEa1pC
Natalia Panferovax.comMost of these "offend a programmer with a single tweet" messages are weird. What's a good Swift/Xcode tip you can fit in a single tweet?
I'll start: if you have a method that returns a tuple, you can destructure it like this: let (username, password) = getCredentials()
Paul Hudsonx.com
Here's a small URLSession extension I'm finding really useful in Swift 5.5 – it fetches a URL and decodes it into any Decodable type in one pass.
Gist here: https://t.co/SJwAvBBgli... See more
RealityKit experiment #75
(gist in the replies)
LowLevelMesh shape shifting by interpolating between two signed distance fields and meshing with marching cubes https://t.co/zaLsJd4hpj
Matt Pfeiffer ᯅx.comsomething something rounded corners formula done in swift https://t.co/DcXwcFRkjr
Raphael Salajax.com