SnapKit / Masonry

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

Did Masonry adapters the Content-Layout-Guide & Frame-Layout-Guide? #579

Open qzytcl opened 4 years ago

qzytcl commented 4 years ago

After iOS 11.0 ScrollView added Content-Layout-Guide & Frame-Layout-Guide . Then, there are some warning ,which scrollable content size is ambiguous for UIScrollView. Is there a way to deal with warning without handling measure scrollable content size?

qzytcl commented 4 years ago

With this error, the tableview.estimatedRowHeight wasn't worked.

cntrump commented 3 years ago

Take a look https://github.com/SnapKit/Masonry/pull/594