Screenshots

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
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😄
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.