Class UIImagePickerController

    • Constructor Detail

      • UIImagePickerController

        public UIImagePickerController()
      • UIImagePickerController

        protected UIImagePickerController​(NSObject.Handle h,
                                          long handle)
      • UIImagePickerController

        protected UIImagePickerController​(NSObject.SkipInit skipInit)
      • UIImagePickerController

        public UIImagePickerController​(java.lang.Class<? extends UINavigationBar> navigationBarClass,
                                       java.lang.Class<? extends UIToolbar> toolbarClass)
        Since:
        Available in iOS 5.0 and later.
      • UIImagePickerController

        public UIImagePickerController​(UIViewController rootViewController)
      • UIImagePickerController

        public UIImagePickerController​(java.lang.String nibNameOrNil,
                                       NSBundle nibBundleOrNil)
      • UIImagePickerController

        public UIImagePickerController​(NSCoder decoder)
    • Method Detail

      • getMediaTypes

        public java.util.List<java.lang.String> getMediaTypes()
      • setMediaTypes

        public void setMediaTypes​(java.util.List<java.lang.String> v)
      • allowsEditing

        public boolean allowsEditing()
        Since:
        Available in iOS 3.1 and later.
      • setAllowsEditing

        public void setAllowsEditing​(boolean v)
        Since:
        Available in iOS 3.1 and later.
      • getVideoMaximumDuration

        public double getVideoMaximumDuration()
        Since:
        Available in iOS 3.1 and later.
      • setVideoMaximumDuration

        public void setVideoMaximumDuration​(double v)
        Since:
        Available in iOS 3.1 and later.
      • getVideoExportPreset

        public java.lang.String getVideoExportPreset()
        Since:
        Available in iOS 11.0 and later.
      • setVideoExportPreset

        public void setVideoExportPreset​(java.lang.String v)
        Since:
        Available in iOS 11.0 and later.
      • showsCameraControls

        public boolean showsCameraControls()
        Since:
        Available in iOS 3.1 and later.
      • setShowsCameraControls

        public void setShowsCameraControls​(boolean v)
        Since:
        Available in iOS 3.1 and later.
      • getCameraOverlayView

        public UIView getCameraOverlayView()
        Since:
        Available in iOS 3.1 and later.
      • setCameraOverlayView

        public void setCameraOverlayView​(UIView v)
        Since:
        Available in iOS 3.1 and later.
      • getCameraViewTransform

        public CGAffineTransform getCameraViewTransform()
        Since:
        Available in iOS 3.1 and later.
      • setCameraViewTransform

        public void setCameraViewTransform​(CGAffineTransform v)
        Since:
        Available in iOS 3.1 and later.
      • takePicture

        public void takePicture()
        Since:
        Available in iOS 3.1 and later.
      • startVideoCapture

        public boolean startVideoCapture()
        Since:
        Available in iOS 4.0 and later.
      • stopVideoCapture

        public void stopVideoCapture()
        Since:
        Available in iOS 4.0 and later.
      • isFlashAvailableForCameraDevice

        public static boolean isFlashAvailableForCameraDevice​(UIImagePickerControllerCameraDevice cameraDevice)
        Since:
        Available in iOS 4.0 and later.