navigationbar Questions

1

Solved

Having issues with a NavigationView and Sheet. I have the below flow: - ContentView: Has button that opens ContentView2 sheet - ContentView2: Has NavigationLink with header that goes to ContentVie...
Meprobamate asked 20/6, 2020 at 4:58

5

To make this short, I have a main view controller that has the navigation bar hidden, from that VC's navigation controller, I push another view controller which has the navigation bar visible. Then...
Intrude asked 7/1, 2019 at 13:10

0

I followed the Android dev tutorial and got full screen sticky immersive mode working. This makes the status bar and navigation bar hidden until the user swipes up from the bottom or down from the ...
Pickerel asked 5/6, 2020 at 17:8

2

Solved

I need to have a close button (in this particular case) on the left of Navigation Bar, as below. I need it only for popups, so there is no potential issues with other elements/navigations. There...
Nyasaland asked 2/10, 2018 at 22:43

7

I'm using Bootstrap to build a drop-down menu for one of my tabs in the navbar. I'm trying to customize it; however, there is always this blue box that hovers the tab after I click the tab. It doe...
Byyourleave asked 31/7, 2013 at 0:57

4

Solved

I have two ViewControllers -- one with storyboard and one without. Both of those view controllers have their own Navigation Bar at the top. Now when I use self.presentViewController(editorViewContr...
Digenesis asked 22/3, 2016 at 13:49

1

Solved

My HomeView (where I store list of Movies) has NavigationView and NavigationLink with destination to DetailView. When I want to add NavigationBarItems in my DetailView, it makes my GoBack Slide (f...
Cropper asked 15/12, 2019 at 14:16

3

I would like to add a segmented control to a navigation bar like this but when i drag the segmented control to the navigation bar the large title is gone. How can create the above UI ?
Volturno asked 10/4, 2018 at 2:32

2

Solved

I want to generate an UI where someone can navigate through the path of a tree structure. Here is an example of what I want, taken from JavaFX Scene Builder. Depending on the actual position...
Jot asked 17/11, 2016 at 15:13

1

I have a problem with SwiftUI. I am creating a list with a navigation bar, and I want to set navigation bar mode to inline, I don't want it to be large which is by default. But when I set navigatio...
Ides asked 19/7, 2019 at 8:1

4

Solved

I'm trying to hide the navigation bar, using methods I've found described on the internet. I have a simple layout which shows a WebView: <?xml version="1.0" encoding="utf-8"?> <RelativeL...

3

we are targeting our application at api 28 and draw content under status bar. For this we are using following flag and styles : window.addFlags(FLAG_LAYOUT_NO_LIMITS) <item name="windowNoTi...

3

Solved

I'm working on a very simple app in SwiftUI and I have managed to create a NavigationButton for my List that takes me to the DetailViewController. In the up right corner I wanted to have a "+" butt...
Rosaleerosaleen asked 27/6, 2019 at 13:13

1

Solved

I have created a SwiftUI List wrapped in a NavigationView. The title for the list is set in the default way and appears fine: .navigationBarTitle("My Title"). The problem is the scrolling behavior ...
Stutman asked 17/12, 2019 at 1:29

2

Solved

I am using HTML, CSS and JavaScript to create a web page with a sticky and responsive navigation bar. I created the responsive navigation bar and am trying to make it sticky as well. The issue is t...
Ilysa asked 27/9, 2018 at 8:22

1

Solved

My BottomNavigationBar is completely white. It works fine when there is 3 icons but when increased to 4, the Navbar goes completely white. The tabs can still be selected and changed. This is the o...
Retouch asked 13/11, 2019 at 15:3

3

Solved

I want to hide the navigationbar for only one viewcontroller which is the root viewcontroller of the UINavigationController. Currently I am using below code to hide the navigation bar for a partic...
Affray asked 11/10, 2019 at 7:34

5

Solved

Is there any way to remove the Navigation Bar from Xamarin.Forms - Portable (xaml) in Android? I want to remove the "less than sign" ('<') and the application icon which appears above the cont...
Genous asked 29/9, 2014 at 11:39

2

Solved

I'm trying to understand either it's a bug or it's the expected behavior. On iOS 10 and earlier we could set up a custom title, using navigationItem.titleView. On iOS 11, when setting our navigati...
Ernestinaernestine asked 26/9, 2017 at 23:46

2

Solved

I have a theme that has a Theme.AppCompat.Dialog parent. The thing is all my activities keeps the navigation bar hidden, but when a dialog is opened, it returns with a sometimes black and sometimes...
Litalitany asked 29/10, 2015 at 4:20

1

What I would like to achieve? For internal purposes only / within our enterprise only, I would like to have Android tablets, which run only one single app (made with Ionic/Angular) which even appe...

9

Solved

This is what I have tried so far, but receiving an error (I have correctly implemented CaviarDreams to the project): self.navigationController.navigationBar.titleTextAttributes = NSFontAttributeNam...
Venule asked 19/8, 2014 at 16:12

2

Solved

I noticed after compiling one of my apps in Xcode 11 beta, that navigation bars have no background when prefersLargeTitles is set. Is this intended behavior? I noticed this is how the messages app...
Headroom asked 6/6, 2019 at 18:7

18

Solved

So i have this code that should change the nav bar title font, but it doenst NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[UIFont fontWithName:_dataManager.optionsSettin...
Owades asked 5/11, 2013 at 14:49

3

Solved

I've added a search bar to my navigation.titleView self.navigationItem.titleView = searchBar There's also a BackBarButtonItem with title = "" self.navigationItem.backBarButtonItem?.title = ""...
Alleen asked 24/2, 2017 at 3:49

© 2022 - 2024 — McMap. All rights reserved.