Script Name | Description |
---|---|
PackUI | Package a .py script and its .pyui file into a self-extracting bundle |
ui-tutorial | UI Tutorial gives you a running start in using the ui module |
uicomponents | Various specialized ui components |
MarkdownView | TextView with markdown editing and HTML viewing capabilities |
Navigation View Tutorial | A Navigation View Tutorial/Example |
mediawiki_ui | A Pythonista MediaWiki user interface module |
extend | Enable subclassing of UI components (almost) |
composite | Supports stacking and adding functionality to UI Views via simple mix-in classes |
Script Name | Description |
---|---|
Nav view example | An example on how to use the nav view |
proplistener | Observe changes in ui properties, and take action |
zoomview | Pinch zoomable window example |
tabbedview | View with tabs that switch subview |
touchdispatcher | Intercept touch events before sending to subviews |
Cover Flow view | A custom UI emulates the cover flow view in Mac Finder |
ProgressView | An implementation of the native UIProgressView class |
Script Name | Description |
---|---|
Hydrogen | A lightweight GUI framework for Pythonista that requires HydrogenLayouts and HydrogenDemo |