/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

tanaschita.com
| | swiftwithmajid.com
11.1 parsecs away

Travel
| | The recent version of the SwiftUI framework introduces a trigger value pattern across its APIs. Trigger value allows us to attach a view modifier that runs its action whenever the trigger value changes. You can find this pattern while using sensory feedback or launching keyframe animation in SwiftUI. This week, we will learn how to build custom view modifiers using trigger value pattern.
| | nerdyak.tech
15.4 parsecs away

Travel
| | Hello and welcome to another blog post about SwiftUI. This years WWDC is approaching fast and the expectation of new SwiftUI features and/or changes is tremendous. So I have decided to dedicate this post to something lighter yet still playful.
| | nilcoalescing.com
3.7 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.
| | sarunw.com
24.0 parsecs away

Travel
| Part 2 in a series on understanding data in SwiftUI. We will talk about the key that makes principles in part 1 possible in SwiftUI. And how this resulting in a reduction of the complexity of UI development.