Masonry v0.3.1 Release Notes

  • - Added way to specify the same set of constraints to multiple views in an array (danielrhammond)

    [@[view1, view2, view3] mas_makeConstraints:^(MASConstraintMaker *make) {
        make.baseline.equalTo(superView.mas_centerY);
        make.width.equalTo(@100);
    }];