PythonistaAppTemplate icon indicating copy to clipboard operation
PythonistaAppTemplate copied to clipboard

Python

Open SoeAung95 opened this issue 1 year ago • 0 comments

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)

SoeAung95 avatar Jan 09 '25 05:01 SoeAung95