Fix Xcode 13 Simulator CPU usage
Published
โข1 min readSearch for a command to run...
No comments yet. Be the first to comment.
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 ๐