You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
I would like to use this awesome implementation of tree structure for my requirement (to draw a flowchart). Here I have a requirement where I need to draw a flow chart in a na iPad. The chart is similar to tree-structure this project, just that a node might have multiple parents.
I tried to start editing the code by first changing the - (id <PSTreeGraphModelNode> )parentModelNode; method in PSTreeGraphModelNode protocol to - (NSArray <PSTreeGraphModelNode> *)parentModelNode;
I met lot of roadblocks in #pragma mark - Model Tree Navigation implementations of PSBaseTreeGraphView.m. I would like to know if these implementations can be discarded because I do not need #pragma mark - Selection State methods as I intend to show all the nodes.
Any help is well appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to use this awesome implementation of tree structure for my requirement (to draw a flowchart). Here I have a requirement where I need to draw a flow chart in a na iPad. The chart is similar to tree-structure this project, just that a node might have multiple parents.
I tried to start editing the code by first changing the
- (id <PSTreeGraphModelNode> )parentModelNode;
method inPSTreeGraphModelNode
protocol to- (NSArray <PSTreeGraphModelNode> *)parentModelNode;
I met lot of roadblocks in
#pragma mark - Model Tree Navigation
implementations ofPSBaseTreeGraphView.m
. I would like to know if these implementations can be discarded because I do not need#pragma mark - Selection State
methods as I intend to show all the nodes.Any help is well appreciated.
The text was updated successfully, but these errors were encountered: