Hi,
We’re working on a native iOS app built with Swift and UIKit, and we’re considering adding mini-games using Defold to the app. I have a couple of questions about integrating Defold with our native app:
-
Defold in UIKit: Is it possible to open a Defold game view within our UIKit-based app? The defold view could be in a separate view controller for example. Something similar to Unity’s “Unity as a Library” feature, where you can embed Unity views in a native app.
-
Data Sharing: How can we pass data back and forth between the native Swift/UIKit views and Defold views?
Any guidance or pointers towards resources/documentation would be really helpful. Thanks!