RATreeView icon indicating copy to clipboard operation
RATreeView copied to clipboard

Documentation Issues

Open hipwelljo opened this issue 7 years ago • 0 comments

A couple documentation issues in RATreeView.h:

Parameter 'treeNodeInfo' not found in the function declaration

  • (NSInteger)treeView:(RATreeView *)treeView numberOfChildrenOfItem:(nullable id)item;

Parameter 'treeNodeInfo' not found in the function declaration

  • (void)treeView:(RATreeView *)treeView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowForItem:(id)item;

Parameter 'treeNodeInfo' not found in the function declaration

  • (BOOL)treeView:(RATreeView *)treeView shouldHighlightRowForItem:(id)item;

hipwelljo avatar Feb 09 '17 16:02 hipwelljo