-
Minor fixes for stricter compiler warnings
-
Fix priority constants preventing compilation under Xcode 6/LLVM 3.5
-
Add __unused for unused method parameters.
-
Update the documentation to include the changes made in 0.5.
-
The documentation has been updating to include details about the changes made in 0.5. There is also a new section in the iOS example project to demonstrate mas_remakeConstraints.
-
Use bool instead of _Bool (may cause compilation error for Objective-C++ code)
-
Add Default-568@2x.png into example project
-
…20x480 on 4-inch retina screen.
-
Add ability to chain different view attributes
-
Update -[MASViewConstraint layoutConstraintSimilarTo:] to check relation (and fix spelling).
-
Autoboxing for scalar/struct attribute values
-
Added mas_remakeConstraints