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 上垂直放置两个UIbutton时,它们之间的间距加倍,当它显示在 Retina 4 英寸时如何使等间距?是否可以在不使用自动布局的情况下实现它?
在你的xib中设置两个按钮的布局
.
如果你这样设置,两个按钮之间的间距将与 3.5 英寸屏幕(iPhone 4 及更早版本)相同。
如果您对此有任何疑问,请告诉我。