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...).
views:
26answers:
1
A:
Go to the alignment controller and make your controller stick to the bottom of the view I steed of the top
willcodejavaforfood
2010-05-30 21:21:51
I don't use xib files ;)
dontWatchMyProfile
2010-05-31 07:48:57
Then programatically do it...
willcodejavaforfood
2010-05-31 12:38:20