SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MIT License
18.05k stars 3.14k forks source link

iOS13设置控件高度后 不能直接在外部修改控件高度 一定要在mas_remakeConstraints该方法内写 #568

Open 414039949 opened 5 years ago

414039949 commented 5 years ago

New Issue Checklist

🚫 If this template is not filled out your issue will be closed with no comment. 🚫

Issue Info

Info Value
Platform e.g. ios
Platform Version e.g. 13.0
Masonry Version e.g. 1.0.2
Integration Method e.g. carthage/cocoapods/manually

Issue Description

⚠️ Replace this with the description of your issue. ⚠️

xuehuafeiwu1997 commented 3 years ago

我也遇到了这个问题,使用masonry布局之后,直接更改frame不生效,只能在mas_remake方法中更改才起作用,我目前也不知道问题出在哪里