Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 692 Bytes

photo-library.md

File metadata and controls

20 lines (13 loc) · 692 Bytes
description
You can go into your phone's default photo library and pick images from it to display in your app.

Photo Library

Select Photo

The blocks above say that when Button1 is clicked, open the photo library and select a picture from it.

  • Select Photo: Opens the camera and saves the Photo after the user takes a picture.
    • DidUserCancel is either 'true' or 'false' depending on whether or not the user cancelled selecting a photo.
    • Error is the error message if there was an error in selecting the photo