/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

blog.hobbyistsoftware.com
| | swiftwithmajid.com
2.4 parsecs away

Travel
| | The Swift macros feature became very popular last year in the community and inside Apple. As a result, the SwiftUI framework introduced a set of macro types that helped us reduce boilerplates in our codebases. This week, we will talk about the Entry macro type.
| | swiftui-lab.com
2.5 parsecs away

Travel
| | In this post we will explore examples on how to use NSUserActivity with SwiftUI, to interact with Siri, Spotlight, Handoff and Universal Links.
| | sarunw.com
2.4 parsecs away

Travel
| | The last part in a series on understanding data in SwiftUI. See all tools SwiftUI provided to declare different types of data and dependency. Learn when and how to use @State, @Binding, ObservableObject, @ObservedObject, @EnvironmentObject, and @Environment.
| | swiftwithmajid.com
30.8 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.