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)
Why is the navigation view bar so large in swiftui?
import SwiftUI
struct SecondView: View {
var ResearchMCQ: Question
//Creating Variables for Revision Topics
@State private var setOptionOne = false
@State private var setOptionTwo = false
@State pr...
User8149
Votes: 0
Answers: 1
Html - Create dropdown menu links from logged in user's name
I would like to create a dropdown menu from the logged-in user account. currently, the top-right button in the navigation bar is either "Login" or "Logout" based on if user is logg...
Jack
Votes: 0
Answers: 0
My Navigation bar not working properly in mobile view
Hey my navigation bar is not working properly in mobile viewIt is supposed to hide it and also show the empty area first and then when the menu is clicked its supposed to show the things which the cod...
Raagvir singh Takkar
Votes: 0
Answers: 1
SwiftUI .navigationBarItems .sheet crashing after adding the presentationMode
I have created a ContentView() page that shows the main content of the app. Before adding the @Environment(\.presentationMode) var presentationMode and the function concerning the presentationMode, th...
Yiğit Gürtunca
Votes: 0
Answers: 1