Pedro Rojasswiftandtips.com·Jun 6, 2024How to Use NavigationSplitView for Multi-Column Display in iPad Portrait ModeHi everyone, I recently resumed work on an app I put on hold for many months. I will give you more details later, but this app should work on multiple Apple platforms, such as iOS, iPadOS, and macOS. My first task was to create a simple list using Na...638 readsNavigationStackView
Andrés Portilloandresandswift.com·Dec 28, 2023NavigationSplitView and MVVM in SwiftUISwiftUI's NavigationSplitView is a great choice when looking for a navigation container for your app, this is especially true if you are targeting multiple form platforms. On iPhone, the NavigationSplitView folds its views and presents them similarly...188 readsnavigationsplitview