Saturday, November 27, 2010

How to fix status bar covering UIView

Sometime it is annoying that the status bar covers your UIView, and there are various other problems about the view location.

A simple fix is

rootVC.view.frame = window.screen.applicationFrame;

No comments:

Post a Comment