From f636eccc6833984d6e7f66159cee69f2bbaacba3 Mon Sep 17 00:00:00 2001 From: Tutorial Doctor Date: Wed, 20 Jul 2016 13:29:21 -0400 Subject: [PATCH] Update readme.md --- Projects/UI/My Drafts/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Projects/UI/My Drafts/readme.md b/Projects/UI/My Drafts/readme.md index 22e3246..5b1613d 100644 --- a/Projects/UI/My Drafts/readme.md +++ b/Projects/UI/My Drafts/readme.md @@ -1,3 +1,9 @@ +Updated for Pythonista 3. The `ui.Image` has changed + +``` +- btns[i].image = ui.Image().named(images[i]) + + btns[i].image = ui.Image.named(images[i]) +``` **My Drafts** is a quick test to see if Pythonista could be used to make an app similar to [Quick Drafts](https://itunes.apple.com/us/app/quick-drafts-notes-errands/id569838247?mt=8) This is a work in progress.