IOS Navigation bar same as Quick Controls 2 Material Header Color
-
wrote on 11 Sept 2017, 18:40 last edited by
-
wrote on 12 Sept 2017, 07:58 last edited by
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 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
1/2