I want to be able to have my view cover the whole screen (go behind the navigation and tool bars) with the translucent property of the navigationBar and toolbar set to NO (I want non-transparent bars).
This was easy to accomplish prior to iOS 7 by setting wantsFullScreenLayout
to YES. However, in iOS 7, I can't find any way of doing this. Any ideas?
edgesForExtendedLayout
is set toUIRectEdgeAll
. – Emery