Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 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
1 answer
65 views

I spend a lot of time with asking copilot and google how to do this type of transition in swiftui but without result. I need this type of transition between two views. How to do it in swiftui? As you ...
devops's user avatar
  • 9,201
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
0 answers
38 views

I have implemented a tree view representing different types of objects. Details for these objects should be displayed in a tabbed table view. If I do select an object in the tree, the details of this ...
hjbflyer's user avatar
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
-2 votes
1 answer
41 views

Current i did this code mention below for login activity there is custom text field which i created separately and load this is two time in main content which name is logintypeview. one is used for ...
salman sharif's user avatar
0 votes
2 answers
414 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
0 votes
1 answer
51 views

Recently tried using SwiftUI . While working with Navigation the UI keeps breaking when going from one screen to another. I am using NavigationStack and NavigationLink while navigating from one screen ...
Lakshay Gupta's user avatar
1 vote
1 answer
952 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
0 votes
1 answer
1k views

I am a newbie in swift development with iOS. Currently I have started a project in Swift with SwiftUI that has different hierarchies of views. There are different switches between the views. I have ...
Infinity42's user avatar
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
0 votes
1 answer
273 views

In my SwiftUI app I'm using NavigationStack with navigationDestination modifier to navigate user between views. In my AppState I'm holding a state for array of NavigationPath that are triggering state ...
Alzemic's user avatar
  • 11
1 vote
1 answer
606 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
0 answers
40 views

I want to navigate to ChatScreen() based on conditions, when click on right group, print statement is showing "group found" but its not navigating: List(viewModel.danceGroups) { group in ...
Deepanshu Kashyap's user avatar
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
0 votes
1 answer
265 views

When I navigate backward (like swiping the view from the left), I want to be able to swipe it back from the right to move to that previous view. Sort of like an undo stack. Is it possible to use ...
roydbt's user avatar
  • 111
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
0 votes
0 answers
227 views

I am testing Point-Free's swiftui-navigation. It works as expected when I run the app from the first or second screens. ContentView(viewModel: .init(route: nil)) ContentView(viewModel: .init(route: ....
Sergio's user avatar
  • 1,982
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
2 votes
1 answer
2k views

The usual flow is the stack. Push views and pop views. My requirements is a bit complex and I did not find a way to do it in IOS 16. Let say we have a Cover page Contents page Details page Now, the ...
kelalaka's user avatar
  • 5,706