I am looking for a GUI example for iPod/iPhone (jailbroken) or some help to know where I can easily learn to make GUI applications for iPhones with Python.
Thanks guys!
I am looking for a GUI example for iPod/iPhone (jailbroken) or some help to know where I can easily learn to make GUI applications for iPhones with Python.
Thanks guys!
Writing an iPhone application in any language besides Objective C, or to some extent, Lua (or HTML5) is not easy or recommended.
If you really hate Objective C, consider Wax or even CoronaSDK for Lua. Besides that, the Interface Builder in XCode has some neat tricks. If you're willing to adopt that IDE's workflow, it's still the best/easiest way to move forward.