macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIImagePickerControllerクラス

INDEX>UIKit>

イメージピッカーコントローラー

apple

継承 UINavigationController : UIViewController : UIResponder : NSObject
準拠 NSCoding
NSCoding (UIViewController)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS2.0
定義 UIImagePickerController.h

概要

参照

メソッドとプロパティ

ピッカーソースのセット

+ availableMediaTypesForSourceType
+ isSourceTypeAvailable
sourceType property

ピッカーの設定

allowsEditing property [3.1]
allowsImageEditing property 3.1で使用中止
delegate property
mediaTypes property

Configuring the Video Capture Options

videoQuality property
videoMaximumDuration property

カメラコントロールのカスタマイズ

showsCameraControls property
cameraOverlayView property
cameraViewTransform property

静止画像やムービーのキャプチャ

– takePicture
– startVideoCapture
– stopVideoCapture