-
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.
-
Added -isEqual: and -hash to MASViewAttribute
-
Add newlines to the ends of the files to prevent warnings when GCC_WARN_ABOUT_MISSING_NEWLINE is turned on
-
…SSING_NEWLINE is turned on
-
(Shorthand) Forgot to change interface declaration.