Created
January 27, 2016 11:16
-
-
Save seanislegend/3f17e81d58a5f3e58988 to your computer and use it in GitHub Desktop.
iOS Camera default options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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