SnapKit / Masonry

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

firstBaseline issue #518

Open Jerryshen170918 opened 6 years ago

Jerryshen170918 commented 6 years ago

New Issue Checklist

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

Issue Info

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

Issue Description

when I study MASExampleLabelView Demo,I find they are some: make.firstBaseline.equalTo(self.longLabel.lastBaseline); make.lastBaseline.equalTo(self.longLabel.lastBaseline); ⚠️ Replace this with the description of your issue. ⚠️