Thank you for your reply,
I am already creating apps using SwiftUI. Recently I published my first app on App Store. But what my question is that If I have to create custom behaviour (node creation, connecting, etc.) then what "kit" is best option for it or can provide functionality like this, e.g. sprite kit can do most of it but I don't know should I use it cause update call with extra code might be expensive, or should I use plain SwiftUI then I don't know if I will have such functionality achievable, otherwise I can use both or is there an already existing module provided by Apple for developers to customise or create nodes for their own purpose like DSL (Domain specific language) like vvvv or vue-flow. Something like that.
Post
Replies
Boosts
Views
Activity
I am accepting this as answer because I think this functionality is currently not pre-created but there is plenty to create even better with Apple.