navigationbar Questions

9

Solved

In a navigation controller, you automatically get the correct colour and position of a navigation bar as expected. like this But in modal view, when you drag in a navigation bar, you can positi...
Bluebottle asked 11/9, 2013 at 9:17

2

Solved

created UIBarButtonItem added Power Image to it. barBtnPower = new UIBarButtonItem (UIImage.FromBundle ("Images/[email protected]") , UIBarButtonItemStyle.Plain , (sender, args) => { }...
Lysander asked 29/9, 2014 at 5:41

10

Solved

I want to develop UINavigationBar and also set background color for that. I have created the UINavigationBar but I have problem with setting backgroundcolor. anyone please help me. Thanks.
Mascarenas asked 20/6, 2012 at 7:15

11

Solved

I have a title in my navigation bar and a i want to change it to custom font. I've found this line of code, but it's for when you have a navigation controller. self.navigationController?.navigatio...
Cohdwell asked 11/9, 2016 at 17:10

9

How can I hide the Android Navigation Bar in React Native? I'm referring to the bar at the bottom of the screen that has the software back button and home button, not the component at the top of t...
Hausmann asked 16/3, 2016 at 20:15

2

The problem occurs when I put VideoPlayer view inside NavigationView's parent view or child view. In this example the child view will show navigation bar: struct ParentView: View { var body: some ...

6

Solved

I'm developing a video player application and I've faced to a problem. I have a custom video controller which contains a fullscreen button and I want hide the System UI (navigation and status bars)...
Ersatz asked 22/5, 2016 at 23:12

5

I want to have a transparent status bar on my app (so the background goes behind it) but I want the navigation bar at the bottom to stay black. I can make both transparent by setting getWindow().s...
Menendez asked 2/5, 2018 at 19:22

12

Solved

I've been looking around for this solution for a while but haven't got any. e.g one solution is self.navigationItem.setRightBarButtonItem(UIBarButtonItem(barButtonSystemItem: .Stop, target: sel...
Mcilwain asked 4/5, 2015 at 4:45

2

Solved

How to get current NavigationBar height? In UIKit we could get navigationController?.navigationBar.frame.height but can't find anything for SwiftUI...
Polygenesis asked 15/2, 2020 at 17:56

7

i have a problem with navigation bar title. i have 2 screen, when i click back button on screen 2 it will back to screen 1 but the title of screen 1 is disappear. Here is my snippet code screen1 ....
Dial asked 1/7, 2014 at 8:57

2

Solved

Is it possible to make the navigation title of SwiftUI editable? Unfortunately the navigationTitle modifier only accepts Text views and not TextField views. I want to do this instead of just using ...
Sneaking asked 9/5, 2021 at 18:36

6

Solved

I attach the video of my issue. When i click on anywhere in viewcontroller navigation bar is appear override func viewWillAppear(_ animated: Bool) { self.navigationController?.setNavigationBarHid...
Locke asked 25/1, 2020 at 8:19

3

I am facing a problem with android 5.0 and above. Whenever I align any view to parent bottom, Content is getting hidden behind the soft navigation button. Above attached is the screenshot of the...

5

I have implemented large titles in my app with the following code: if #available(iOS 11.0, *) { navigationController?.navigationBar.prefersLargeTitles = true navigationItem.largeTitleDisplayMode...
Mcrae asked 18/12, 2017 at 15:21

1

Currently, I haven't found a way to do this for iOS 12.0. I've tried setting bar tint like so. [mailController.navigationBar setTintColor:[UIColor whiteColor]]; Then, I tried setting the title ...
Foredoom asked 21/9, 2018 at 21:16

3

Solved

This looks like a duplicate question but I am not able to do it. I want complete transparent(not translucent) status bar as well as navigation bar and want the content to appear behind them. activ...
Ine asked 5/8, 2017 at 23:26

5

Solved

The question is as simple as in the title. I am trying to put a Picker which has the style of SegmentedPickerStyle to NavigationBar in SwiftUI. It is just like the native Phone application's histor...
Randa asked 2/2, 2020 at 23:45

3

I run my app on Tablet, which has both status bar (on top of screen) and navigation bar (on bottom of screen). I use this code to make Activity Full screen. public void hideNavigationBar() { fin...
Symposium asked 2/12, 2016 at 4:20

1

Solved

is there any simple solution on how to use Apples New York font within the navigationBarTitle? I tried the following, but without success: .navigationBarTitle(Text("TestTitle").font(.syst...
Gadmann asked 11/10, 2020 at 12:40

5

Can I customize the color of the navigation bar in the QlPreviewController controller? I have tried following [[UINavigationBar appearanceWhenContainedIn: [QLPreviewController class], nil] setBar...

11

Solved

I have NavigatorIOS under Navigator and would like to hide Navigator's NavigationBar to use NavigatorIOS's bar. Is there any way to do this? This is screenshot that I've seen. I need backend of Na...
Quinquepartite asked 12/5, 2015 at 22:44

2

Solved

I am using BottomNavigationBar and when clicked on any icons in the navigation bar. I want it to go to next screen. That's why I am using named route here. main.dart code import 'package:flutter/m...
Annis asked 24/8, 2020 at 8:11

1

Solved

So I'm trying to hide the navigationBar in a Details view in SwiftUI. I've technically gotten it to work by using an init() in a different view, but the issue is that it's making the navigationBar ...
Metathesize asked 14/7, 2020 at 15:28

1

Solved

I'd like to give the UINavigationBar a static height but I'm not entirely sure how to do it. Currently, I have a UINavigationBar view modifier as seen below: struct NavigationBarModifier: ViewModif...
Filler asked 12/7, 2020 at 19:27

© 2022 - 2024 — McMap. All rights reserved.