/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

swiftui-lab.com
| | nerdyak.tech
2.4 parsecs away

Travel
| | In this article I will talk about GeometryEffect and some techniques how this modifier can be used to spice up animations in your SwiftUI apps. If you are new to SwiftUI, i recommend you to go through set of tutorials provided by Apple that serve as a great kickstart reference.
| | nilcoalescing.com
1.2 parsecs away

Travel
| | Learn how to use matchedGeometryEffect() in SwiftUI to animate a capsule background that highlights the selected option in a custom segmented control.
| | swiftwithmajid.com
2.7 parsecs away

Travel
| | 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.
| | www.neilmacy.co.uk
11.0 parsecs away

Travel
| SwiftUI adds styles as a way of (heavily) customising the appearance of a standard control, which lets you avoid creating wrapper classes.