-
MAS_View instead of UIView in NSArray+MASAdditions
-
Add constraints to an array of views
-
Iterates the views in an array and updates/creates constraints
-
Updated UIScrollView example in order to use scrollRectToVisible
-
With the previous example we encountered that scrollRectToVisible method was broken. I added a tap gesture to every view to test it :) This is fixed by adding a "content" UIView inside the scrollView where we will add everything we need (in this case randomly colored views).
-
All header files moved in Project section
-
Remove non-existent 'view' parameter documentation
-
This was causing a warning when compiling with `-Wdocumentation` enabled.