An example of developing iOS apps in Python.
In progress. It seems to be quite a lot of work, please help develop this project.
/appis the root of Python source code./app/uikitis a wrapper of UIKit in Python, aiming to provide a flexible app framework/app/myappis an example of an iOS app that builds on top ofuikit, including examples to show a UITableView and run a web server with tornado- This project is based on Python-iOS-template and rubicon-objc
- Make proper wrapper for classes in uikit
- Provide a helper to run code in the main thread from other threads