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.

UIBarButtonItem in navigation bar programmatically?

I've been looking around for this solution for a while but haven't got any. e.g one solution is self.…

ios swift uibarbuttonitem navigationbar
Android lollipop change navigation bar color

In my app I need to change the bottom navigation bar color. I watched many post but cant find with …

android colors android-5.0-lollipop navigationbar
How to hide navigation bar permanently in android activity?

I want to hide navigation bar permanently in my activity(not whole system ui). now i'm using this piece of …

android fullscreen navigationbar
What is the height of Navigation Bar in iOS 7?

I 've just created a simple iOS 7 app using the default Master Details template. In the MasterViewController.m, viewDidAppear method, …

ios7 height frame statusbar navigationbar
Selected tab's color in Bottom Navigation View

I'm adding a BottomNavigationView to a project, and I would like to have a different text (and icon tint) color …

android material-design navigationbar
iOS change navigation bar title font and color

So i have this code that should change the nav bar title font, but it doenst NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[…

ios fonts ios7 navigationbar
Permanently hide Navigation Bar in an activity

Is it possible to permanently remove the Navigation Bar on an activity? I want to remove the bar with the …

android hide navigationbar
iOS navigation bar item image size

I want to customize my NavigationBar button and using my own images. The question is what the size should be? …

ios navigationbar
How to add a right bar button to a navigation bar in iphone

I want to add a right bar button item to the navigation bar, so that on click, it performs certain …

ios objective-c iphone navigationbar
How to add animation while changing the hidden mode of a uiview?

I want to add animation to a view while changing its hidden mode i.e my_view.hidden=YES; I …

ios animation button uiview navigationbar