Lines Matching refs:UIImagePickerPresentationStyle
145 name: 'UIImagePickerPresentationStyle.FULL_SCREEN',
146 value: ImagePicker.UIImagePickerPresentationStyle.FULL_SCREEN,
149 name: 'UIImagePickerPresentationStyle.PAGE_SHEET',
150 value: ImagePicker.UIImagePickerPresentationStyle.PAGE_SHEET,
153 name: 'UIImagePickerPresentationStyle.FORM_SHEET',
154 value: ImagePicker.UIImagePickerPresentationStyle.FORM_SHEET,
157 name: 'UIImagePickerPresentationStyle.CURRENT_CONTEXT',
158 value: ImagePicker.UIImagePickerPresentationStyle.CURRENT_CONTEXT,
161 name: 'UIImagePickerPresentationStyle.OVER_FULL_SCREEN',
162 value: ImagePicker.UIImagePickerPresentationStyle.OVER_FULL_SCREEN,
165 name: 'UIImagePickerPresentationStyle.OVER_CURRENT_CONTEXT',
166 value: ImagePicker.UIImagePickerPresentationStyle.OVER_CURRENT_CONTEXT,
169 name: 'UIImagePickerPresentationStyle.POPOVER',
170 value: ImagePicker.UIImagePickerPresentationStyle.POPOVER,
173 name: 'UIImagePickerPresentationStyle.AUTOMATIC',
174 value: ImagePicker.UIImagePickerPresentationStyle.AUTOMATIC,