I've seen several forum posts and reviews that claim you can export Pythonista code to Xcode and create standalone iPad/iPhone apps (by using http://omz-software.com/pythonista/download/PythonistaProjectTemplate.zip, I guess?). Would an app that uses the UI and Scene classes be exportable this way, since those are specific to Pythonista?
I ask because I recently started writing a game in Pythonista, but since I don't really want to have to have Pythonista installed in order to run the game, I'm wondering if I should abandon this effort and do it in something I know will work, like kivy. I'd hate to have to start over, but better than confining myself to having to run it from the Pythonista app.