Tree
Tree copied to clipboard
general tree data structure, tree diffing, NSOutlineView and SwiftUI support
Results
1
Tree issues
Sort by
recently updated
recently updated
newest added
ReloadItem() may cause problems (i.e. hang on large number of items). Instead of ReloadItem(), use reloadData(forRowIndexes:columnIndexes:) ## Motivation OutlineView.swift, line 49 -> reloadItem() This code may cause a hang (spinning...