-
Added 3 super-useful code snippets
-
Update example to show more features
-
I had been using masonry for a couple of months before I realised that I could just do top.left etc. An example in the readme would have exposed me to this awesomeness earlier!
-
fix typo
-
simplify UIScrollView demo
-
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.