v2.1.0
This release is intended for use with Xcode 6.3.
- [fixed] Bug in
UITableView
delegate methods forwarding that lead to problems with expanding and collapsing operations (#154 thanks @anatols). - [fixed] Background color of the
RATreeView
in case ofRATreeView
being loaded from xib file (#151). - [fixed] Error caused by use of
__TVOS_PROHIBITED
attribute in RATreeView.h header file. Mentioned attribute was removed. - [fixed] Wrong name of the property declared in the RATreeView.h header file. Name
itemsForVisibleCells
was replaced withitemsForVisibleRows
(#152). - [added] Nullability annotations in RATreeView.h header file (#152).