Find out in this post about the @AppStorage property wrapper. The modern way to write to user defaults and read from it in SwiftUI based apps.
Working with Picker in SwiftUI
Read about the Picker view in SwiftUI. Learn how to present options that users can choose from, how to customize the picker, and more.
Disclosure Group in SwiftUI
Read about the disclosure group in SwiftUI; a handy built-in view able to expand or collapse in order to show grouped content.
Presenting a Color Picker in SwiftUI
Meet the color picker view provided natively in SwiftUI since iOS 14. Learn how to integrate it and find out what features it offers to users.
Implementing Three Column Navigation in SwiftUI
Learn how to implement three-column navigation in SwiftUI and make macOS and iPad apps that provide navigation experience familiar to users.
Show Badges in SwiftUI
Find out how to use the new badges API in the 3rd release of SwiftUI, and how to add a badge to list rows and the items of tab bars.
EmailComposer
A custom view modifier in order to present the system email composer in SwiftUI based iOS apps shipped as a Swift package.
macOS programming: Implementing a focusable text field in SwiftUI
Learn how to create a custom focusable text field for macOS in SwiftUI, and how to move focus among multiple text fields with the Tab key.
Swipe Actions in SwiftUI
Find out in this post how to use swipe actions in SwiftUI – actionable buttons to interact with when users swipe left or right on list rows.
Pull To Refresh in SwiftUI
Read about the pull to refresh control made available in the third version of SwiftUI, and find out important details to always keep in mind.