开发者

How to change view layouts when orientation changes?

I have a view controller with some elements, like 3 UIViews on the side.

When I change the orientation, I want them to move down to the bottom instead.

How should I achie开发者_运维百科ve this? Should I have two separate nibs for each layout?

(It would be nice to be able to do this in interface builder instead because I don't want to code the positions of each elements).


Two seperate xibs is a good idea, if your layout of the orientations vary tremendously.

But if the Views are in portrait on bottom and should keep this behavior in landscape, then go to your Interface Builder and set the Autosizing-Arrows in Tab "Size Inspector" to arrange the views.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜