I have a UIView
and a UIController
view. My is standard a 320x460 view. In applicationDidFinishLaunching
I do:
[window addSubview:[controller view]];
The weird thing is that the UIView
goes under the status bar (like there's missing outlet). However, if I rotate iPhone to the side and then back, it shows up ok.
Is this an expected behavior (I bet I can fix it by setting offset) or am I doing smth wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…