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

MASExampleUpdateView not working in iOS11 #467

Open easyin999 opened 7 years ago

easyin999 commented 7 years ago

New Issue Checklist

Issue Info

Info Value
Platform ios
Platform Version 11
Masonry Version 1.1.0
Integration Method manually

Issue Description

After i change make.width.equalTo(@(self.buttonSize.width)).priorityLow(); make.height.equalTo(@(self.buttonSize.height)).priorityLow(); to make.width.equalTo(self.buttonSize.width).priorityMedium(); make.height.equalTo(self.buttonSize.height).priorityMedium();

it's working again,but i don't know why