Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

iphoneX 适配

Open mabaoliang opened this issue 6 years ago • 1 comments

New Issue Checklist

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

  • [1 ] I have looked at the Documentation
  • [ 1] I have filled out this issue template.

Issue Info

Info Value
Platform e.g. ios/osx/tvos
Platform Version e.g. 8.0
Masonry Version e.g. 1.0
Integration Method e.g. carthage/cocoapods/manually

Issue Description

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

# 1. Hello!I would like to ask how does masonry make iPhoneX or is there a detailed explanation in your SDK?

mabaoliang avatar Mar 15 '18 09:03 mabaoliang

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

foolsparadise avatar Jun 22 '18 02:06 foolsparadise