0

Nowhere in my code am I setting the color of the Navigation Bar to this gradient. So I am confused why this is happening, as shown by the image. Anybody seen this issue before?

Nav Bar has a blue gradient

Bista
  • 7,869
  • 3
  • 27
  • 55
Sampath Duddu
  • 277
  • 1
  • 5
  • 14

1 Answers1

0
self.navigationBar.opaque = NO;
self.navigationBar.barTintColor = [UIColor whiteColor];

Set this property for your navigationBar

Vũ Ngọc Giang
  • 234
  • 3
  • 12