我在将UIButton设置为新位置时遇到问题。
我使用的代码如下:
[UIView animateWithDuration:kFadeAnimationInterval
animations:^{
button.frame = newFrame;
}];
执行代码对按钮的位置没有任何影响。 不确定它是否相关,但接口是在NIB文件中布局的。
有什么建议吗?
答案 0 :(得分:0)
您是否使用AutoLayout定位按钮?这可能是导致动画中位置改变的原因。