How to make a UIView that can cover the navigation bar?

Viewed 16114

I want to show the UIView in full screen, but show the status bar, other things, like the navigation bar need to cover by the UIView.

How can I do that ?

4 Answers
Related