UIButton布局和约束

时间:2016-03-19 14:16:43

标签: ios swift uibutton autolayout

我试图根据屏幕尺寸设置按钮的位置

storeButton.frame = CGRect(x: self.frame.width / 5, y: self.frame.height / 1.43, width: self.frame.width / 10, height: self.frame.height / 12)

但是,会发生什么呢?它是根据我运行它的当前大小而来的,当我切换到让我们说iPhone 5不是我想要的时候。

1 个答案:

答案 0 :(得分:-1)