Explore tweets tagged as #NavigationStack
Multi-Tab Navigation maintaining individual NavigationStack. Navigation chapter is coming along nicely!
4
7
118
One of the features I was most excited about was the zoom transition animation. This works between screens inside NavigationStack or sheets. But it is only available for iOS. MacOS has no transitions when you push to a detail view 😭. Why is this so hard to implement? It is an
2
2
71
❓How can I manage navigation paths with enums in SwiftUI? 💡Create an enum for screens, then use NavigationStack with a path array of those enum values. You can append to navPath for deep linking. 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
8
104
👋iOS developers has anyone managed to successfully migrate their app to the new swift UI navigation api, namely NavigationStack? Also, do you guys use one root NavigationStack declaration and one path binding to this declaration throughout the app?
2
2
9
I just learned that you can use dismiss to pop to root with NavigationSplitView/NavigationStack. This is super convenient 🤯. It is working for iOS 18 with NavigationSplitView and earlier iOS versions with NavigationStack.
2
3
128
And this is how the root of this new app is architectured. A list of tabs, a custom container as root and then each root view for the tab embedded in a NavigationStack.
5
8
150
How do I ensure that a background is applied to the NavigationStack in SwiftUI? It has a white background by default, and as you can see, there’s a flash of white that appears when I navigate.
3
2
5
#iOSdev tool alert! 🚨 Navigator provides SwiftUI with a simple yet powerful navigation layer based on NavigationStack. https://t.co/jy6SuTwwHk
0
0
2
Hey guys, I’ve been a bit busy with work, but I’ve got an update on my SwiftUI learning. I recently(last week) learned about NavigationStack and how to pass data between views.
7
5
38
Prototyping a multi-page paywall for SolarWatch: - two screens of SwiftUI Screens - one @RevenueCat Paywall at the end - I put the RC Paywall in a ZStack with a custom close button to make the whole NavigationStack dismiss instead of just popping back to the previous screen.
2
0
3
SwiftUI Navigation API is a big pain in the ass of iOS developers... The best suited solution for this problem is to replace the NavigationStack control with Coordinator Pattern in your project. Coordinator Pattern offers reusability and testability in codebase. In this
4
9
28
Learn how to use NavigationStack and NavigationLink in SwiftUI – thank you for all the support. https://t.co/xOvr1BNeRY
0
4
59
I'm working on something new.. 👀 React Native + SwiftUI's NavigationStack = 🪄✨ This is an early prototype for adding new views to the navigation stack using SwiftUI 🏗️
7
11
319
Day 1 developing an app with SwiftUI: I found a bug in NavigationStack + TabView 😭 I decided to try SwiftUI after getting tired of being constantly shot in the foot by React Native and hoped to find some relief. What a disappointment...
1
0
1
Day 26 of posting: Finished Project 9_Navigation Learned: NavigationLink & NavigationDestination NavigationStack & NavigationPath Toolbar & nav bar customization Side project: Building PillPal 💊 pill reminder app for my grandma ❤️ #buildinpublic #100DaysOfSwiftUI
2
0
10
Quick video on building a detail screen from a struct — perfect setup before we dive into NavigationStack. https://t.co/mH2N58NXkk
0
3
18