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

我点击了某一层,再去请求网络得到child的节点数 ,怎么reloadRowsForItems不会调用numberOfChildrenOfItem

Hi Sir, Hope you are doing well I fixed the error "Control may reach end of non-void function" as it has no default return value as indicated in xcode 11.2.1...

![Screenshot 2019-07-02 at 11 11 47](https://user-images.githubusercontent.com/544727/60500504-be2d4a00-9cba-11e9-96b4-ca3078931f06.png) Returns `RATreeViewStylePlain` as a *default* in ```swift + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewStyle ```

RATreeView does not handle the new UITableViewStyle UITableViewStyleInsetGrouped in the method below and the default is not handled. ``` + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewStyle { switch (tableViewStyle) { case UITableViewStylePlain: return RATreeViewStylePlain; case...

Are you going to support Swift 5? I got the error: ``` Showing All Messages /Pods/RATreeView/RATreeView/RATreeView/Private Files/RATreeView+Enums.m:106:1: Control may reach end of non-void function ``` The fix is simple: ```...

iOS 13 adds a new UITableViewStyle "UITableViewStyleInsetGrouped" that is not yet handled by RATreeView. This change does map it to the existing RATreeViewStyle "RATreeViewStyleGrouped" to avoid compile time errors. Further...

- (nullable UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos) ratableview有这种类似的吗?

I am having problem with additional Button Tapped, It crashes the application and I got the reason [Demo.TreeTableViewCell additionButtonTapped:]: unrecognized selector sent to instance 0x7f90d309fa00'