1

Can we change the color in navigation from black to the color white?

enter image description here

M Zubair Shamshad
  • 2,741
  • 3
  • 23
  • 45
Diego
  • 2,395
  • 2
  • 21
  • 27

2 Answers2

4

You can't do that. And Apple recommend developers to use black background color.

I answered some days ago here How can I edit top status bar at AppleWatch?

It is impossible to edit the status bar appearance. There are some strong restrictions:

  • Status bar cannot be hidden
  • There are not ability to modify the black background
  • You cannot add or modify the back button or another image

The only thing you can do is to change the title color using tint color in your storyboard and the text both of through storyboard and source code.

Community
  • 1
  • 1
EnriMR
  • 3,924
  • 5
  • 39
  • 59
1

There's no API to change the navigation bar's background colour right now. Ideally, your app's background colour would also be black. Check out the HIG for details: https://developer.apple.com/watch/human-interface-guidelines/

bgilham
  • 5,909
  • 1
  • 24
  • 39