当按钮标题更新时,CGRectOffset位置将重置为UIButtons

时间:2015-10-09 12:58:55

标签: objective-c uiviewcontroller uibutton offset cgrect

那很奇怪但是......

所以我通过CGRestOffset改变了2个UIButton的Y位置,一切正常,你可以看到位置。

body {
background-color: black;
}
.myStyle{
height: 50px;
width:50px;
}

td{
height: 100px;
width: 100px;
}

h1 {
color: maroon;
margin-left: 40px;
}

但是当我更新UIButton单位的标题或UIButton里程表值时,则重置两个元素的偏移位置。我不明白为什么。

1 个答案:

答案 0 :(得分:1)

这个问题的答案是使用:

translatesAutoresizingMaskIntoConstraints = YES;

按钮。

至于错误,它表示无法满足其中一个约束,这可能是因为您移动了按钮。我不知道如何确切地指出导致问题的约束,但尝试从连接到按钮的约束和他的子/超级视图开始。