v2.0.0
This release is intended for use with Xcode 5.0.1.
- [added]
RATreeView
has public propertyscrollView
that exposesUIScrollView
used by theRATreeView
internally. All scroll view properties and methods previously implemented byRATreeView
class are now available in newly exposed scroll view instance. This leads to the simpler API of theRATreeView
itself and reduces the amount of work needed to maintain properties and methods of the scroll view that should be available for the users ofRATreeView
. Access to the scroll view instances gives access to some features that weren't previously possible inRATreeView
. For example one can now addUIRefreshControl
to theRATreeView
(#145).