Eytan Biala
Eytan Biala
When using either: ``` [treeView expandRowForItem:dataObject]; [treeView collapseRowForItem:dataObject]; ``` the appropriate delegates are not called: ``` - (void)treeView:(RATreeView *)treeView willCollapseRowForItem:(id)item - (void)treeView:(RATreeView *)treeView willExpandRowForItem:(id)item - (void)treeView:(RATreeView *)treeView didCollapseRowForItem:(id)item - (void)treeView:(RATreeView...
Allow setting swipe state for a cell, so it can be programmatically controlled to show the swipe animation.
I haven't really seen any activity, is this still being developed?