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.

How to add custom color to navigation bar in iphone?

How do I set the navigation bar to a custom color (e.g. dark green) ? I know how to change …

iphone objective-c navigationbar
Hide the rightNavigationBar button item in iPhone

I want to hide the rightNavigationBarItem when my ViewController loads. How is it possible? I have tried this code but …

iphone objective-c navigationbar
How to add a navigation bar to WKWebView?

I'm trying to implement an embedded webView using WKWebView. I have the initial configuration and with the following code I …

swift navigationbar wkwebview
Android 4.4 translucent Status and Navigation bars style on Android 5.0

On Android 4.4 KitKat you can set the Status and Navigation bars transparent with the android:windowTranslucentStatus and android:windowTranslucentNavigation theme …

android statusbar navigationbar android-5.0-lollipop
Change NavigationBar Title (font and color) in different View Controllers

I was trying to customize the look of the Navigation Bar Title in my app. I had to build a …

iphone uitableview navigationcontroller navigationbar
Position of navigation bar for modal view - iOS7

In a navigation controller, you automatically get the correct colour and position of a navigation bar as expected. like this …

view position modal-dialog ios7 navigationbar
How to put a badge on customized UIBarButtonItem

I have a navigation bar with two buttons, one is a back button the other a chat symbol. I write …

ios objective-c xcode uibarbuttonitem navigationbar
Swift - Present another view controller with its navigation bar

I have two ViewControllers -- one with storyboard and one without. Both of those view controllers have their own Navigation …

ios swift viewcontroller navigationbar
How to add a image at the center of navigationBar in Objective-C?

I am developing in IOS , I use the following code to set a background to the navigationBar. [self.navigationController.navigationBar …

ios image navigationbar
Hide Android Navigation Bar in React Native

How can I hide the Android Navigation Bar in React Native? I'm referring to the bar at the bottom of …

android react-native navigationbar