PythonistaAppTemplate icon indicating copy to clipboard operation
PythonistaAppTemplate copied to clipboard

Xcode template for building standalone apps from Pythonista (iOS) scripts

Results 14 PythonistaAppTemplate issues
Sort by recently updated
recently updated
newest added

main_view = ui.View() scene_view = SceneView(frame=main_view.bounds, flex='WH') main_view.add_subview(scene_view) scene_view.scene = my_scene main_view.present(hide_title_bar=True, animated=False)

actions": [{ "label": "Fix this", "description": "Let us fix that for you", "identifier": "fix_errors" }]