Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout

Results 115 Masonry issues
Sort by recently updated
recently updated
newest added

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [ ] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md)...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...

have not support the SMP

[view1 mas_makeConstraints:^(MASConstraintMaker *make) { make.left.mas_offset(100.f); make.height.mas_offset(0.8); make.width.mas_offset(50.f); make.top.mas_offset(100.f); }]; 是不是内部做了四舍五入的处理

After iOS 11.0 ScrollView added Content-Layout-Guide & Frame-Layout-Guide . Then, there are some warning ,which scrollable content size is ambiguous for UIScrollView. Is there a way to deal with warning...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [X] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...

I find Snapkit can use like this: ``` let guide = UILayoutGuide() someView.addLayoutGuide(guide) guide.snp.makeConstraints { make in make.width.equalToSuperview() make.height.equalTo(100) make.top.equalToSuperview() } ``` Is it possible to set constraints on a...

Masonry releases 1.1.0 mapping to the old code which is lack of some important features. We hope that you could update it to the newest code of your master branch...