Am I overlooking this somewhere? I can’t seem to figure out if there’s a built-in ActionSheet equivalent in Corona SDK or not. I’m wondering if there’s some other non-os specific name that I’m not using in my searches or what.
All I’m trying to do is use the new media camera related goodness and ask the user if they want to get a picture from their photo library or take a new photo.
I would like to just pop up what Apple calls an ActionSheet that says:
Photo Source
============
Take Photo with Camera
Use Photo from Library
============
Cancel
In this style: http://grahamhaley.files.wordpress.com/2013/06/img_0002.png%3Fw%3D595
I saw that there’s an ActionSheet in the old corona code exchange, but it looks like it’s kinda old now and not styled for ios7. I’d be fine with a native solution, if someone could just tell me how to do it.
Thanks,
Dave