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

In the current implementation of method **reloadRowsForItems:withRowAnimation:** ``` - (void)reloadRowsForItems:(NSArray *)items withRowAnimation:(RATreeViewRowAnimation)animation { NSMutableArray *indexes = [NSMutableArray array]; UITableViewRowAnimation tableViewRowAnimation = [RATreeView tableViewRowAnimationForTreeViewRowAnimation:animation]; for (id item in items) { NSIndexPath...

possible bug

Is there any way to expand the cells from the beginning, without crashing due beginUpdate/endUpdates?

Hello, I download zip file from github but it is not working. The .xcworkspace is not exists there. Please update zip file. Thank you,

![free-converter com-20170606024939-4083835175](https://cloud.githubusercontent.com/assets/6511522/26817052/6d157878-4ac7-11e7-9fa7-4c672d4f3935.gif) ```Objc BOOL listIten = [self.treeView isCellForItemExpanded:model] == NO; if (listIten) { [self.treeView expandRowForItem:model expandChildren:NO withRowAnimation:RATreeViewRowAnimationAutomatic]; } else { [self.treeView collapseRowForItem:model collapseChildren:YES withRowAnimation:RATreeViewRowAnimationAutomatic]; } ```

- (void)moveItemAtIndex:(NSInteger)index inParent:(id)parent toIndex:(NSInteger)newIndex inParent:(id)newParent; The method how to implement?

i want to hide root cell and start from its child...how can i achieve this?

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

i want patricular value search from treeview...is it possible RAtreeview?