SwiftUI
-

Zooming With The Magnify Gesture in SwiftUI
Find out how to enable pinch-to-zoom interaction in your SwiftUI views with the magnify gesture and explore all the essential details you need to know about it.
-

Transforming Glass Views with the glassEffectID in SwiftUI
Read how to manage the new Liquid Glass morph effect and transform glass views using the glassEffectID modifier in SwiftUI.
-

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.
-

Scrolling Programmatically with scrollPosition in SwiftUI
Find out how to perform programmatic scrolling on scroll views and lists in SwiftUI using a specific view modifier.
-

Providing Multiple Accent Colors in SwiftUI Apps
Read how to provide multiple accent colors in your apps and enable users to personalize them according to their taste.
-

Presenting secondary windows on macOS with SwiftUI
Meet the Window scene in SwiftUI and learn how to present secondary windows on macOS for supplementary functionalities.
-

Meet the Inspector view in SwiftUI
Read how to present the Inspector view in SwiftUI and explore all the essential details you should know in advance.
-

Overlapping Views in SwiftUI with zIndex
Explore how to overlap views in SwiftUI and change their order on the Z-axis using the zIndex view modifier.

