I need to import photo's in an app? How?

Gerry Orkin gerry.orkin at gmail.com
Mon Jul 25 04:07:59 EDT 2011


>  I'm just a beginner and this is the first time I use the mailinglist. I'm working on an app and I want to make it possible for the user to import photo's saved on his/her iPod/iPad.

Look at page 21 of the iOS User Guide. 

This code:

iPhonePickPhoto "library", 300,400 

...will show the photo library. When the user picks a photo it will be shown on the current card, and it will be 300 pixels wide, and 400 pixels high. You can change those sizes if you need to.

Gerry

 


More information about the use-livecode mailing list