When Using UIPickerController I have two choices on my App:
- take a picture
- take a picture from the library (photo album)
but the library itself is composed by two parts:
- camera roll
- other photo albums
Is there a way to detect if the picture was selected from the camera roll or from the other photo albums?
thanks for any help.