Workaround: how to silence individual deprecation warnings in Swift https://t.co/1KgJRmiqPq
Jesse Squires
Workaround: how to silence individual deprecation warnings in Swift
The Swift compiler has fine-grained controls for compiler warnings. As of Swift 6.2, you can even configure these warnings in Swift Packages. Unfortunately, ...
GitHub Trends Weekly : chiahsien/CHTCollectionViewWaterfallLayout https://t.co/EbWny8sxT2
GitHub
GitHub - chiahsien/CHTCollectionViewWaterfallLayout: The waterfall (i.e., Pinterest-like) layout for UICollectionView.
The waterfall (i.e., Pinterest-like) layout for UICollectionView. - chiahsien/CHTCollectionViewWaterfallLayout
GitHub Trends Weekly : slackhq/PanModal https://t.co/swrjlKUK73
GitHub
GitHub - slackhq/PanModal: An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS. - slackhq/PanModal
Singletons with Swift Concurrency https://t.co/Eq4XPQD4BJ
massicotte.org
Singletons with Swift Concurrency
I see singletons used a lot in Swift projects. These things are, by definition, global state. That means they can be accessed from any context - any thread or actor - at any time. And this property makes them a common source of problems when used with Concurrency.
Understanding task cancellation and lifetimes in Swift concurrency https://t.co/WZhSEZhtyM
Tanaschita
Understanding task cancellation and lifetimes in Swift concurrency
Swift automatically manages the lifetime and cancellation of structured tasks, but unstructured and detached tasks behave differently. In this article, we look at how cancellation propagates, when tasks outlive their scope, and how to manage them safely.
Edition #2- Swift Concurrency: What I Wish Someone Had Told Me https://t.co/84yvxQByYZ
Linkedin
Edition #2- Swift Concurrency: What I Wish Someone Had Told Me
I'll be honest—migrating to Swift 6's strict concurrency nearly broke me. Three apps, six months, and more "Thread 1: Fatal error" crashes than I care to admit.
High-Performance iOS Development: 5 Swift Language Features Revolutionizing Apps https://t.co/daiGwvCS04
Medium
The 5 Swift Language Features That Will Define High-Performance iOS Apps in the Next 2 Years
From inline arrays to memory safety guarantees, these Swift innovations will revolutionise how we build lightning-fast iOS applications
Thread-Safe Classes: GCD vs Actors https://t.co/KAnte0FseC
Substack
Thread-Safe Classes: GCD vs Actors
Old problem - modern solution
Beyond Pretty: How I Rebuilt the Cash-Karo Profile Screen for Real Human Use https://t.co/mqse0QM5BF
Medium
Beyond Pretty: How I Rebuilt the Cash-Karo Profile Screen for Real Human Use
By Rifat Amin Nishat, Product/ UX Designer