The File Importer in SwiftUI
Learn how to use SwiftUI’s fileImporter modifier to let users pick files from outside your app’s sandbox and safely access their contents.
Tutorials, practical guides, and more about the SwiftUI framework.
Learn how to use SwiftUI’s fileImporter modifier to let users pick files from outside your app’s sandbox and safely access their contents.
Find out how to perform programmatic scrolling on scroll views and lists in SwiftUI using a specific view modifier.
Learn how to create custom menus and menu items on the main menu in macOS apps, and how to manage built-in items easily in SwiftUI.
Read how to provide multiple accent colors in your apps and enable users to personalize them according to their taste.
Meet the Window scene in SwiftUI and learn how to present secondary windows on macOS for supplementary functionalities.
Read how to present the Inspector view in SwiftUI and explore all the essential details you should know in advance.
Explore how to overlap views in SwiftUI and change their order on the Z-axis using the zIndex view modifier.
Learn how to present the system's share sheet and share content straight from your app using the ShareLink view in SwiftUI.
Discover how to programmatically focus on SwiftUI text fields by using the @FocusState property wrapper the right way.
Find out how to observe changes to the app lifecycle and react to them in a pure and modern SwiftUI fashion.