RATreeView icon indicating copy to clipboard operation
RATreeView copied to clipboard

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.

Results 103 RATreeView issues
Sort by recently updated
recently updated
newest added

I'm indenting rows based on their level, however at first it's really not indenting properly. Only when expanding for the second time it will indent properly. I found one user...

I have a situation where when I need to open one row and all the previous ones should close, I can only have one open row at the time,but it...

request

When I call the method: -[RATreeView reloadRowsForItems:withRowAnimation:],it sometimes lead crash,though the arguments are not nil.

Hi, When i reload tableview i want all cell to be expanded initially. Is there any function for this. Thanks

First.. Thank you for this library. I'm writing because I'm getting "Unbalanced calls to begin/end appearance transitions for AMArchVC: 0x7ffc82624520" on the xcode log window. I got this message only...

iOS9 has added a 'feature' that indents cells based on the total width of the cell, instead of a fixed amount, so some of the cells in my RATreeViews were...

When insertItemsAtIndexes:inParent:withAnimation, of which my use case is appending as the last child item, it looks like any previous expand sibling's child items are also being included to determine where...

(void)scrollToRowForItem:(id)item atScrollPosition:(RATreeViewScrollPosition)scrollPosition animated:(BOOL)animated { NSIndexPath *indexPath = [self indexPathForItem:item]; UITableViewScrollPosition tableViewScrollPosition = [RATreeView tableViewScrollPositionForTreeViewScrollPosition:scrollPosition]; [self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:tableViewScrollPosition animated:animated]; } This is the method in RATreeView.m,it will crush if item is...

HI, thank you first for RAtreeview last 2 years, now i am installing my app in latest version Ipad but in that all sub category are showing same line ,...

i can't get all items in this function - (UITableViewCell *)treeView:(RATreeView *)treeView cellForItem:(id)item, i only can get two correct item ![qq20151125-0 2x](https://cloud.githubusercontent.com/assets/9957401/11394986/4fcfd52e-93a3-11e5-9e84-77145b056be3.png) , but i return five item in function...