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.