Eytan Biala

Results 3 issues of 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...

question

Allow setting swipe state for a cell, so it can be programmatically controlled to show the swipe animation.

enhancement

I haven't really seen any activity, is this still being developed?