SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushViewController时animated为NO,页面动画很乱

qqsmile opened this issue · comments

Info Value
Platform e.g. iOS
Platform Version e.g. 11.3
Masonry Version e.g. 1.1.0
Integration Method e.g. cocoapods

pushViewController时animated为NO的话,出新的页面控件像是一下从小放大到设置好的frame,animated为YES则正常,想知道原因,补充:是进入页面后加了动画更新控件布局,用的layoutIfNeeded方法