Skip to content

v2.1.0

Compare
Choose a tag to compare
@Augustyniak Augustyniak released this 28 Nov 10:40
· 32 commits to master since this release

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 of RATreeView 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 with itemsForVisibleRows (#152).
  • [added] Nullability annotations in RATreeView.h header file (#152).