美文网首页
SnapKit updateConstraint 方法使用注意事

SnapKit updateConstraint 方法使用注意事

作者: 创业即流浪 | 来源:发表于2018-12-14 17:34 被阅读19次

    同类型问题文章 https://www.jianshu.com/p/8a99a78c6c44

    这里简单几句说明一下问题

    makeConstraint 中的约束定义方法要与 updateConstraint 的约束操作方法对应,举个例子:

    left.equalTo(10).multipliedBy(10) 和 left.equalTo(10 * 10)是不一样的,如果make 的时候定义了前者,后面想 update 那么就会报错

    相关文章

      网友评论

          本文标题:SnapKit updateConstraint 方法使用注意事

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