Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

I am trying out Navigator, and following NavigatorDemo project. I am building a scenario, where flow will be: Onboarding -> Login -> Tab Views User can also move like: Onboarding -> Login -&...
Abu Bäkr's user avatar
  • 343
0 votes
0 answers
34 views

I created a view in Swiftui to add full swipe navigation feature and in this view full swipe feature works only on the first navigation screen. when there are multiple navigations in a row, full swipe ...
Feyz's user avatar
  • 15
0 votes
1 answer
49 views

I am getting a lot of unnecessary space between the navigation bar and the beginning of the FormContent view. I tried putting top padding of the FormContent as 0, but it didn't work. How do I remove ...
sinaar's user avatar
  • 37
0 votes
2 answers
405 views

Many popular apps have the ability to navigate to a new view from a sheet. For example, in the comment sheets in Instagram and TikTok, pressing on the commenting user's icon pushes in a whole new view ...
lndbrg's user avatar
  • 1
1 vote
1 answer
945 views

I would like to overlay some content on all views that are in a NavigationStack. The content I would like to be positioned directly under the navigation bar. In the screenshot below, this is exactly ...
travis's user avatar
  • 75
2 votes
1 answer
121 views

The button is not tappable as I move it to the extended line of the title. If I move it to somewhere else, it works but I want to place it on the line of Title. But whenever I do it, it does not ...
YJ Kim's user avatar
  • 31
1 vote
1 answer
601 views

Lets say you have a SwiftUI app where you are implementing navigation like this: import SwiftUI enum ScreenToShow { case main, child } @Observable class NavigationController { var screen: ...
Nerdy Bunz's user avatar
  • 7,743
0 votes
1 answer
95 views

I am trying to implement enum based navigation with SwiftUINavigation framework. In my main app I try to setup deeplinking but I faced a problem with navigation links. When I change destination, the ...
Nikita Tepliakov's user avatar
21 votes
2 answers
17k views

How to use .navigationDestination with Button in SwiftUI for complex navigation scenarios? I'm currently working on a settings page which has approximately 10 buttons. Each of these buttons is not in ...
Etienne's user avatar
  • 421
2 votes
0 answers
104 views

I'm performing certain Firestore tasks in my App like Signing u/Signing out. I want to Navigate to the Home Screen of my App after the Sign-up/Login is successfully completed and a FirebaseAuth.User ...
Amey079's user avatar
  • 141