How to autoresize a view controller so that it's view starts below the status bar?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-30T20:31:28Z Indexed on 2010/05/30 20:42 UTC
Read the original article Hit count: 160

Filed under:

I have a UIViewController which creates it's own view. It's a fullscreen image at 320 x 460 size. But for some reason that image seems to be placed below the status bar. I guess I could set some autoresize mask, so that this view is automatically placed below the status bar? (I mean not exactly below, but 20px down... so not covered...).

© Stack Overflow or respective owner

Related posts about iphone