Red Davis
Red Writes Here

Red Writes Here

Follow
homebadgesnewsletter
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

SwiftUI: Disable a view receiving taps

Jun 22, 20221 min read

Use .allowsHitTesting(false) on the view. This configures whether the view will accept hit test operations. Apple Docs Circle() .frame(width: 200,...

SwiftUI: Disable a view receiving taps

Asynchrone

Dec 26, 20211 min read

Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream. · I've been using Swift's new async API's a lot recently and have found...

Asynchrone

@Validate

Oct 27, 20213 min read

Validations in Swift · A long long time ago, in a previous life, I was a Rails developer and always loved the simplicity of the validation API. However,...

@Validate

Fix Xcode 13 Simulator CPU usage

Sep 13, 20211 min read

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...

Fix Xcode 13 Simulator CPU usage