Skip to content

Instantly share code, notes, and snippets.

View TutorialDoctor's full-sized avatar

RaphaelSmith TutorialDoctor

View GitHub Profile
@TutorialDoctor
TutorialDoctor / Menu Starter.py
Last active August 29, 2015 14:25
Menu Starter.py
import ui
from sound import *
# For Pythonista on IOS
# Adding menu elements is now simple. In the UI section, add a custom view.
# Inside of the custom view, add a button
# Create a variable for the view under 'Create Views' following the format
# Add that variable to the menus list
# Add a switch to the main view with a toggle action