Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我为 iPhone 4 设置布局并为 iPhone 5 切换视图时,它都会按下所有按钮并弄乱我的布局,我该如何防止这种情况发生?例如,如果我切换到 iPhone 5 的屏幕尺寸,如果 iPhone 4 中间有一个按钮,它在底部。
转到尺寸选项卡并更改红色支柱以锚定到顶部而不是底部。
iOS6 有另一个选项:自动布局,如果需要或者需要与 iOS5 及更低版本的兼容性,可以禁用它。
您可以根据它所在视图的高度设置按钮的框架位置。使用视图框架
- (void)viewWillAppear:(BOOL)animated