SwiftUI Weekly - Issue #191
The curated collection of links about SwiftUI. Delivered every Monday.
What is new in SwiftUI after WWDC 24
WWDC 24 is here, and we have a lot to cover. Every year, SwiftUI matures by introducing more features to catch up with UIKit. This year is no exception. Let’s dive into the new features that the SwiftUI framework introduces.
Zoom navigation transition in SwiftUI
WWDC’24 brought a lot of new and SwiftUI received many updates. One of which, is the new NavigationTransition protocol and the zoom transition.
Present a form sheet in SwiftUI
For a while, presenting a form sheet in SwiftUI, equivalent to the UIModalPresentationStyle.formSheet, was a challenge. Now, with the new presentationSizing() modifier, we can easily achieve this using the formsizing option.
Enhanced replace transition for SF Symbols in iOS 18
iOS 18 introduces a new option for the ReplaceSymbolEffect called MagicReplace. This feature allows for smooth animations of slashes and badges in SF Symbols, enhancing the visual transitions in our apps.
Drawing a Custom Spiral using SwiftUI's new LinePlot
Part 1 of Re-Building Ovo Timer using SwiftUI and Xcode 16.