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.
我的 iPad 应用程序有一行自定义 UIButtons,我想在下面添加另一行,大致在所示的圆形矩形按钮的位置:
但是,当我尝试调整新按钮的大小以匹配现有按钮时,现有按钮会扭曲:
谁能告诉我为什么会发生这种情况和/或如何避免它?谢谢。
从 XIB 中选择按钮,然后转到 Inspector 的 5 选项卡。
从 Inspector 中选择 View Section,然后单击箭头关闭 Autoresizing 属性。
您的自动调整大小应如下所示:
祝一切顺利 !!!
由于自动大小属性,您会遇到此问题。
指定您可以从实用程序面板的尺寸检查器中删除它
单击您的按钮并删除 autosize 属性。
您还可以通过设置以编程方式删除setAutoresizingMask:
setAutoresizingMask: