0

I have a UIViewController where the UINavigationBar is pushing all the children views down. I have tried using this code in viewDidLoad and in viewWillAppear methods:

self.navigationController.navigationBar.translucent = YES;

But this doesn't seem to be working. Where am I going wrong?

Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
  • see so answer http://stackoverflow.com/questions/18897485/achieving-bright-vivid-colors-for-an-ios-7-translucent-uinavigationbar – Deepesh Oct 22 '13 at 13:10

1 Answers1

1

Try with the Extend Edges property in the Attributes inspector also.

Uncheck these (under top bars & under bottom bars )

enter image description here

Kumar KL
  • 15,315
  • 9
  • 38
  • 60