Asynchrone
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
Search for a command to run...
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
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
Validations in Swift
This thread about how Netflix generate it's thumbnail artwork is rather ๐
I've been using Swift's new async API's a lot recently and have found that I've been able to completely replace my use of Combine with it.
Along the way I've built out a small collection of useful extensions and have packaged them into a library called Asynchrone.
Full documentation can be found here.