Skip to content

Instantly share code, notes, and snippets.

@seanislegend
Created January 27, 2016 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanislegend/3f17e81d58a5f3e58988 to your computer and use it in GitHub Desktop.
Save seanislegend/3f17e81d58a5f3e58988 to your computer and use it in GitHub Desktop.
iOS Camera default options
{
"DestinationType":{
"DATA_URL":0,
"FILE_URI":1,
"NATIVE_URI":2
},
"EncodingType":{
"JPEG":0,
"PNG":1
},
"MediaType":{
"PICTURE":0,
"VIDEO":1,
"ALLMEDIA":2
},
"PictureSourceType":{
"PHOTOLIBRARY":0,
"CAMERA":1,
"SAVEDPHOTOALBUM":2
},
"PopoverArrowDirection":{
"ARROW_UP":1,
"ARROW_DOWN":2,
"ARROW_LEFT":4,
"ARROW_RIGHT":8,
"ARROW_ANY":15
},
"Direction":{
"BACK":0,
"FRONT":1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment