Hiding the iPhone Status Bar

If you have an application that needs the full screen of the iPhone, sometimes it is handy to get rid of the status bar at the top of the screen. You’ll see this happen a lot with games, where the developer does not want the user to see the status bar.
This is an easy code [...]