Showing
1 changed file
with
6 additions
and
0 deletions
CHANGELOG.md
0 → 100644
1 | +v0.3.0 | ||
2 | +======= | ||
3 | + | ||
4 | +* added `- (NSArray *)mas_updateConstraints:(void(^)(MASConstraintMaker *))block` which will update existing constraints if possible, otherwise it will add them. This makes it easier to use Masonry within the UIView `- (void)updateConstraints` method which is the recommended place for adding constraints by apple. | ||
5 | +* Updated examples for iOS7, added a few new examples. | ||
6 | +* Added -isEqual: and -hash to MASViewAttribute @CraigSiemens. |
-
Please register or login to post a comment