Explore tweets tagged as #NavigationStack
@swiftyplace
Karin Prater
1 year
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
Tweet media one
Tweet media two
2
2
71
@wtsnz
Will Townsend
1 year
I just implemented a simple version of SwiftUI's NavigationStack in ~100 lines
Tweet media one
0
0
0
@jacobtechtavern
Jacob Bartlett
5 months
Advanced SwiftUI: Navigation approaches. How do you like to handle navigation in your SwiftUI apps? These days, there are many popular approaches: . - Wrapping UIKit and using coordinators. - TCA. - Navigator. - or, just pure NavigationStack. Regardless of your approach,
Tweet media one
Tweet media two
Tweet media three
Tweet media four
3
0
19
@mecid
Majid Jabrayilov
11 months
There is a special NavigationStack initializer accepting a binding to a mutable collection. SwiftUI maps values of the mutable collection into a view hierarchy and allows us to push and pop views into the NavigationStack programmatically.
Tweet media one
1
2
35
@Dimillian
Thomas Ricouard
10 months
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.
Tweet media one
Tweet media two
Tweet media three
5
8
151
@ivryb
Evan Ry
1 month
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
@jeff_okoli
Jeff
6 days
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
39
@mecid
Majid Jabrayilov
1 year
SwiftUI provides us a type called NavigationPath, allowing us to store any hashable value and map them to the destination in the navigation stack. NavigationPath erases the type of pushed values and allows us to keep values of different types.
Tweet media one
1
4
34
@azamsharp
Mohammad Azam
11 days
Multi-Tab Navigation maintaining individual NavigationStack. Navigation chapter is coming along nicely!
Tweet media one
4
7
119
@kazu725140
クラフトワーク
9 months
今日の SwiftData と NavigationStack の練習.元データをChatGPTに作らせてます.ちょっと慣れてきた .でもまだまだ難しい .#SwiftUI
0
1
14
@pointfreeco
Point-Free
1 year
Let’s leverage Swift’s Observation framework to bring state-driven stack navigation to UIKit! We will create a navigation controller that is driven by a binding, just like SwiftUI’s NavigationStack, and we’ll do it all from scratch.
0
4
38
@swiftyplace
Karin Prater
1 year
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
@fatihiosdev
Fatih Durmaz
1 year
NavigationView, iOS 18 sonrasında kullanımdan kaldırıldı. NavigationStack kullanıyoruz iOS 17 ve sonrası için.
Tweet media one
1
0
35
@o_kwasniewski
Oskar Kwaśniewski
6 months
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
323
@fatihiosdev
Fatih Durmaz
2 years
SwiftUI, SwiftData, Admob, Lottie, SF Symbol, TabView, NavigationStack, ContentUnavailableView, .toolbar, Observation Framework & Macro, .sheet vb. Çoğunluğu iOS17 ile gelen #SwiftUI yeniliklerini kullanarak geliştirdiğim KPSS Puan Hesaplama uygulamasında son 3 video kaldı.
2
2
35
@austboston
austin blake (building productivity apps for iOS)
1 year
Anyone have any experience replacing a `NavigationStack` with a new single view? . I'd like it to "pop" to a new view, removing everything existing on the stack and just show this new view. Seems only way to do it is to remove everything individually, then append, but this
Tweet media one
9
0
11
@moritztucher
Moritz Tucher
2 months
Same code, different result. It seems as if the NavigationStack background overrides the lower layers inside my ZStack. I had to move the NavigationStack outside the ZStack and change how the app navigates in each single tab. #buildinpublic #shipathon #iOSDev
Tweet media one
1
0
1
@klemensstrasser
Klemens 🦆 The Art of Fauna
10 months
SwiftUI Question:. Does anyone know where the black (white in light mode) background is coming from when using a `.zoom` transition in a `NavigationStack`? 🫣 Set everything to the correct background color and also don't see anything in the view inspector.
4
0
5
@waghnakh_21
Mayank Gupta🧑🏻‍💻
1 year
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
Tweet media one
4
9
28