An example of developing iOS apps in Python.
In progress. It seems to be quite a lot of work, please help develop this project.
/app
is the root of Python source code./app/uikit
is a wrapper of UIKit in Python, aiming to provide a flexible app framework/app/myapp
is 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