IOS Development profile picture

What is Approachable Concurrency in Xcode 26? Xcode 26 allows developers to opt-in to several of Swift 6.2’s features that will make concurrency more approachable to developers through a compiler setting called “Approachable Concurrency” or SWIFT_APPROACHABLE_CONCURRENCY. In this post, we’ll take a look at how to enable approachable concurrency, and which compiler settings are affected by it. How to enable approachable concurrency […]
https://www.donnywals.com/what....-is-approachable-con


Discover the world at Altruu, The Discovery Engine
    IOS Development profile picture

Ternary operator in Swift explained Tons of languages have support for ternary expressions. In this post we learn what ternaries look like in Swift, and when we can replace them with if expressions.
https://www.donnywals.com/tern....ary-expressions-in-s


Discover the world at Altruu, The Discovery Engine
    IOS Development profile picture

Supporting Universal Links on iOS Allowing other apps and webpages to link into your app with deeplinks is a really good way for you to make your app more flexible, and to ensure that users of your app can more easily share content with others by sharing direct links to your contents. To support deeplinking on iOS, you have two […]
https://www.donnywals.com/supp....orting-universal-lin


Discover the world at Altruu, The Discovery Engine
    IOS Development profile picture

Grouping Liquid Glass components using glassEffectUnion on iOS 26 On iOS 26 we have lots of new ways to reimagine our UIs with Liquid Glass. This means that we can take a look at Apple’s built-in applications and find interesting applications of Liquid Glass that we can use to enhance our understanding of how Liquid Glass components can be built, and to understand what […]
https://www.donnywals.com/grou....ping-liquid-glass-co


Discover the world at Altruu, The Discovery Engine
    IOS Development profile picture

Designing custom UI with Liquid Glass on iOS 26 Liquid Glass is iOS 26’s new design language. This means that a lot of apps will be adopting a new UI philosophy that might require some significant changes to how you’re designing your app’s UI. If you’re not ready to adopt Liquid Glass just yet, Apple has provided you an escape hatch that should be […]
https://www.donnywals.com/desi....gning-custom-ui-with


Discover the world at Altruu, The Discovery Engine