美文网首页
StroyBoard

StroyBoard

作者: 永歌森林 | 来源:发表于2017-09-27 16:21 被阅读7次

动态布局

1.设置约束的active属性

self.labelCenterYNormalCons.active = NO;
self.labelCenterYKeyboardCons.active = YES;

2.第二种方法 设置priority 默认的750 250 1000

self.highlight.priority = UILayoutPriorityDefaultLow;
self.normal.priority = UILayoutPriorityDefaultHigh;

相关文章

网友评论

      本文标题:StroyBoard

      本文链接:https://www.haomeiwen.com/subject/fwvuextx.html