Skip to content

v2.0.0

Compare
Choose a tag to compare
@Augustyniak Augustyniak released this 28 Nov 13:09
· 58 commits to master since this release

This release is intended for use with Xcode 5.0.1.

  • [added] RATreeView has public property scrollView that exposes UIScrollView used by the RATreeView internally. All scroll view properties and methods previously implemented by RATreeView class are now available in newly exposed scroll view instance. This leads to the simpler API of the RATreeView itself and reduces the amount of work needed to maintain properties and methods of the scroll view that should be available for the users of RATreeView. Access to the scroll view instances gives access to some features that weren't previously possible in RATreeView. For example one can now add UIRefreshControl to the RATreeView (#145).