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?
Asked
Active
Viewed 57 times
1 Answers
0
self.navigationBar.opaque = NO;
self.navigationBar.barTintColor = [UIColor whiteColor];
Set this property for your navigationBar

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