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

iPhone X support

KumaraKL opened this issue · comments

commented

Issue Description

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

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