๐ No code reviews by default
Published
โข1 min readSearch 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)
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
Validations in Swift
This thread about how Netflix generate it's thumbnail artwork is rather ๐