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

#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...

question

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: ![screen shot 2014-08-27...

question

Using Carthage, after the framework is built and added to the project, building results in: **Apple Mach-O Linker Error** ``` Ld /Users/maxeta/Library/Developer/Xcode/DerivedData/RATreeViewDemo-glemxmlsilliakfiwapssioficej/Build/Products/Debug-iphonesimulator/RATreeViewDemo.app/RATreeViewDemo normal x86_64 cd /Users/maxeta/Projects/XCode/RATreeViewDemo/RATreeViewDemo export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"...

Someone can help to port this lib to Xamarin lib please?

question
request

When using newer version of cocoapods, it will show message ↓ ![cocoapods-message](https://dl.dropboxusercontent.com/u/108987767/images/issue-ratreeview.png) to enforce you setting a target to specify pods. Although lower version cocoapods have no problems but I...

enhancement
possible bug

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...