SwiftUI: Disable a view receiving taps
Use .allowsHitTesting(false) on the view. This configures whether the view will accept hit test operations. Apple Docs Circle() .frame(width: 200, height: 200) .allowsHitTesting(false)
Search for a command to run...
Use .allowsHitTesting(false) on the view. This configures whether the view will accept hit test operations. Apple Docs Circle() .frame(width: 200, height: 200) .allowsHitTesting(false)
-> Link
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
Validations in Swift
This thread about how Netflix generate it's thumbnail artwork is rather 馃憣
Unsure why, but for the longest time I've not bothered with Apple TV+. Recently, I figured I'd see what's up and I've been happily surprised. Here's what I'm currently watching: Foundation The Morning Show Truth Be Told Home Before Dark

Find the Xcode 13's simulator and SwiftUI previews using a poop ton of CPU? This solved it for me (in activity monitor the process appears as "Spotlight")