Is there a way to set EdgesForExtendedLayout:UIRectEdgeAll
and Nav Bar translucent:NO
at the same time.
Right now, when I set EdgesForExtendedLayout:UIRectEdgeAll
for my view controller and my navigationBar.translucent = NO
, the view starts after the navigation bar. I need a way to start my view from (0,0) and also to set the translucent property to NO.