Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. IOS Navigation bar same as Quick Controls 2 Material Header Color
QtWS25 Last Chance

IOS Navigation bar same as Quick Controls 2 Material Header Color

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 917 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Advanced
    wrote on last edited by
    #1

    Hi Guys
    In Quick Controls 2 Material design for IOS Platform, How can i force IOS navigation bar to be same color as Header color?
    Ios Navigation header Color
    Thanks

    1 Reply Last reply
    0
    • GTDevG Offline
      GTDevG Offline
      GTDev
      wrote on last edited by
      #2

      Hi!

      You can have a look V-Play Engine for mobile apps and games. The V-Play components allow to build apps with a native UI and user experience for both Android and iOS.

      You can have a look at the Component Showcase demo app to see how it looks in action:
      V-Play Showcase iOS

      V-Play apps use a translucent Status Bar by default, so your navigation bar will also show up underneath the status bar. You can change the NavigationBar color with the App Theme:

      import VPlayApps 1.0
      
      App {
        onInitTheme: {
           Theme.navigationBar.backgroundColor = "green"
        }
      
        NavigationStack {
          Page {
            // ...
          }
        }
      }
      

      Cheers,
      GTDev

      Senior Developer at Felgo - https://felgo.com/qt

      Develop mobile Apps for iOS & Android with Qt
      Felgo is an official Qt Technology Partner

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved