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.
在.xib fileXcode 中,我的 App 在视图底部有一个按钮。
.xib file
我在 iPhone 5 的 4 英寸大小中构建界面,但如果我在视图底部放置一个按钮,我会看到该按钮不再出现在 3.5 英寸 iPhone 模拟器中。如何确保按钮也正好在 3.5 英寸格式下并且按钮不会消失?
如果您使用 XIB 或 Storyboard 创建 UIButton,请转到按钮的大小检查器。您可以从此处设置自动调整下边距。
您也可以以编程方式进行。