RATreeView icon indicating copy to clipboard operation
RATreeView copied to clipboard

first `expandRowForItem` not animate

Open song-react opened this issue 8 years ago • 0 comments

free-converter com-20170606024939-4083835175

    BOOL listIten = [self.treeView isCellForItemExpanded:model] == NO;
    if (listIten) {
        [self.treeView expandRowForItem:model expandChildren:NO withRowAnimation:RATreeViewRowAnimationAutomatic];
    } else {
        [self.treeView collapseRowForItem:model collapseChildren:YES withRowAnimation:RATreeViewRowAnimationAutomatic];
    }

song-react avatar Jun 06 '17 06:06 song-react