|
You are here |
blog.hobbyistsoftware.com | ||
| | | | |
swiftwithmajid.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||