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.

change navigation bar title font - swift

I have a title in my navigation bar and a i want to change it to custom font. I've found …

ios swift navigationbar
Swift 3.0 Adding a Right Button to Navigation Bar

I have added a navigation bar to the top of a view controller. I am trying to control whether a …

ios swift button navigationbar
SwiftUI update navigation bar title color

How to change the navigation bar title color in SwiftUI NavigationView { List{ ForEach(0..<15) { item in HStack { Text("Apple") .font(.…

ios navigationbar swiftui
How do i change navigationBar font in Swift?

How do I change the NavigationBar font in Swift? This is what I have tried so far, but receiving an …

swift uinavigationbar navigationbar
View got hidden below UINavigationBar iOS 7

Earlier, I was using iOS 6.1 for my project. Recently I have switched to iOS 7. For, a lot of changes I …

iphone ios uiview ios7 navigationbar
How to hide navigation bar in Android app?

I was wondering how I could hide the navigation bar in an Android application? I know how to hide it …

android android-studio fullscreen navigationbar
Angular 6 Material: mat-tab-link be selected by underlining bar

I have a mat-tab-nav-bar navigation bar for my website, but the mat-tab-link blue underlining bar won't chase the active button. …

angular typescript angular-material navigationbar
How to get rid of white space between css horizontal list items?

I've got the following test page and css. When displayed, there is a 4px gap between each list item. How …

html css html-lists navigationbar
How to hide React Native NavigationBar

I have NavigatorIOS under Navigator and would like to hide Navigator's NavigationBar to use NavigatorIOS's bar. Is there any way …

javascript react-native navigationbar
How to set the activity indicator in the navigation bar?

I am new to iphone development. I want to set an activity indicator in the navigation bar. I see my …

iphone frame activity-indicator navigationbar