python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Combine NavigationTitle and Navigation Back Button SwiftUI
I have an app that has a navigationLink from one view to another, but when the NavLink moves to the second view, the NavigationTitle of that view is pushed, down, it's not inline. Is there any way to ...
user18457910
Votes: 0
Answers: 1
Declare View Name for NavigationView but don't show it swift
I have a view that uses a NavigationLink to navigate to another view. Normally, if the first view has a NavigationTitle, then the back button for the second will show the name. However, I don't want t...
user18457910
Votes: 0
Answers: 1
navigationLink to tag in another view
Here's an edited version of the question. I'm working in Swiftui and I have two views. The first has two NavigationLinks. The second link is where I get stuck. I would like that link to go to 'tabTwo'...
monkeyBoy
Votes: 0
Answers: 0
ScrollView in a NavigationView with a .navigationTitle presented in a .sheet : animation glitch
The problem is very simple.
I would like a ScrollView with a navigation bar (with its two appearances : a large title when the view is not scrolled ; a compact appearance otherwise).
It's simple and i...
Adrien
Votes: 0
Answers: 0