RATreeView
RATreeView copied to clipboard
Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
缺少文件
#import "RATreeView.h"缺这个 /Users/zyzxnetwork/Desktop/web/RATreeView-master/Examples/RATreeViewBasicExample/RAViewController.m:22:9: 'RATreeView.h' file not found
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...
Hi! I'm having peculiar problem with the treeview. Somehow the indention of the cells is wrong the first time the tree is expanded. Like in this screenshot:  to enforce you setting a target to specify pods. Although lower version cocoapods have no problems but I...
Please help ! i want to set the cell suspend on the top of the RATreeView like the plain style of UITableView. What steps can i do?
Hi, we are using RATreeView in one of our projects. We see the following crash in Crashlytics, but have not been able to reproduce it ourselves: The culprit seems to...
I'm using your tree to display reddit threads. When the user taps on a cell (if it has children or not), the table scrolls upward which takes the user away...
I have changed the provided example to use with storyboards and loading data from JSON-API using AFNetworking (asynchronous). I use storyboards and navigation controller. When I click a row of...