iPhone as a Canvas

The iPhones Home Screen is a thing of beauty, it looks great and is easy to use serving its purpose very well, but what else can it do. Well with a bit of imagination, the iPhone SDK and little but of know how you can use it as a canvas, literally.

I divided up the Mona Lisa into 20 squares and created 20 blank iPhone apps, saving one part of the image as the icon for each corresponding app.

Removing the app name below each icon was achieved by editing the “Bundle display name” in the application’s info.plist, I added a simple “!” to do this.

You may optionally remove the gloss and rounded corner effect added by default by ctrl clicking the info.plist file within xcode, opening it as a source code file and adding the following.

<key>UIPrerenderedIcon</key>

Inserting this key along with a blank app icon can be used to create blank spaces on your home screen.

Please send me your creations in a pre paid envelope to the usual address.

Comments (2)

2 Responses to “iPhone as a Canvas”

  1. Hey that’s neat Tom! :D

  2. Katie says:

    don’t encorage him!

Leave a Reply