RATreeView
RATreeView copied to clipboard
Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
我点击了某一层,再去请求网络得到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...
 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...
Swift 5
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'