这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
尝试使用尺寸限制作为导出。然后,您可以轻松更改这些约束的值。不建议在使用自动布局时修改框架。
声明一个属性:
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *heightConstraint;
在实现中:
heightConstraint = self.view.frame.size.height;
这篇文章也可能会有所帮助:
AutoLayout, Constraints and Animation
关于ios - 动画后自动布局约束不起作用,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/31073005/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |