@Involute or try this
# iPad mv = ui.View() mv.name = 'Calculator' mv.background_color = 'white' mv.present() # full screen to hide the script code w,h = ui.get_screen_size() v.frame = ((w-360)/2,(h-400)/2, 360, 400) mv.add_subview(v)-
How to kill a script?
Pythonista • posted -
Storing data
Pythonista • posted