MindMap icon indicating copy to clipboard operation
MindMap copied to clipboard

Screenshots

Open iosdev29 opened this issue 4 years ago • 3 comments

IMG_0206 IMG_0215

iosdev29 avatar Nov 20 '21 00:11 iosdev29

How to add a node? I downloaded your code, and run with Xcode, then created a mindmap, but I can see the root node only, and I don't know how to create one or more node, can you help me ?

Then after saving and re-entering, the root node cannot be found or the root node cannot be dragged to the top at the bottom of the page.

device: Iphone 13 os: iOS 15.6

zhouzhuo810 avatar Aug 09 '22 06:08 zhouzhuo810

Hi! Implementation for this you can find in View -> NodeView. Basically it supposed to be a pan gesture from "parent" node to the location, where you want the "child" node to be created. So for creation of the second node you should just swipe from the root node.

Actually this project was completed according to strict requirements, so anyway I'm planning to improve this part of an app. ⚠️There are several known issues related to moving nodes and creating them(e.g. ability of scrolling the content inside the node makes it more complex).

Hopefully, I'll fix it in the next version😄

iosdev29 avatar Aug 09 '22 21:08 iosdev29

Hi! Implementation for this you can find in View -> NodeView. Basically it supposed to be a pan gesture from "parent" node to the location, where you want the "child" node to be created. So for creation of the second node you should just swipe from the root node.

Actually this project was completed according to strict requirements, so anyway I'm planning to improve this part of an app. ⚠️There are several known issues related to moving nodes and creating them(e.g. ability of scrolling the content inside the node makes it more complex).

Hopefully, I'll fix it in the next version😄

Looking forward to your update.

zhouzhuo810 avatar Aug 19 '22 00:08 zhouzhuo810