Top "Navigationbar" questions

A navigation bar is a section of a UI, commonly used in web pages and mobile apps, consisting of a grouping of buttons, menus, or links that lead to the main sections or most frequently used content or resources, typically arranged in a row positioned along the top edge or column positioned along the left edge.

Xcode/iOS: How to hide Navigation- AND ToolBar on scroll down?

I would like to hide both bars on scroll down on my iPhone. When I scroll up, they should appear …

ios xcode toolbar navigationbar
Adding a title to the left side of the navigation bar

Is it possible to add a title to the left side of the navigation bar? I know how I can …

ios xcode swift uinavigationcontroller navigationbar
Set background color for UINavigationBar

I want to develop UINavigationBar and also set background color for that. I have created the UINavigationBar but I have …

ios navigationbar
Prevent BottomSheetDialogFragment covering navigation bar

I'm using really naive code to show a bottom sheet dialog fragment: class LogoutBottomSheetFragment : BottomSheetDialogFragment() { override fun onCreateView(inflater: LayoutInflater, …

android android-layout android-view navigationbar bottom-sheet
vertical navigation with rotated text

I am trying to achieve a vertical navigation menu which has links and I have rotated the links text to 270 …

css navigation vertical-alignment navigationbar
iOS - add image and text in title of Navigation bar

I would like to create a nav bar similar to what's in the image that's attached. The title of the …

swift navigationbar
Full width horizontal nav bar with evenly spaced items

Starting point: End point: I'm trying to have a horizontal navigation bar that fills 100% of it's container. In the first …

css navigationbar
Bottom soft NavigationBar overlaps my ListView

I ran my app on a Nexus 5 (Android 5) but I encountered the problem that the soft NavigationBar at the bottom …

android listview android-listview navigationbar
Restoring fragment state when changing fragments through bottom navigation bar

I have bottom navigation bar on click of item in navigation bar i am replacing fragments. I have 3 fragments A,…

android android-fragments navigationbar bottomnavigationview
How to remove navigation bar in ios?

- (void)viewWillAppear:(BOOL)animated { [self.navigationController setNavigationBarHidden:YES animated:animated]; [super viewWillAppear:animated]; } - (void)viewWillDisappear:(BOOL)animated { [self.…

iphone objective-c uinavigationcontroller navigationbar