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

iPhone X support #510

Closed KumaraKL closed 3 years ago

KumaraKL commented 6 years ago

Issue Description

Layout issue for iPhone X. Is the support for iPhone X is available in future?

foolsparadise commented 6 years ago

support iPhoneX your code just like make.bottom.equalTo(self.view.mas_bottom); repleace as like make.bottom.equalTo(self.view.mas_bottomMargin);