macOS/iOS API解説

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

目次

UIImagePickerController

UIImagePickerControllerクラス

INDEX>UIKit> イメージピッカーコントローラー apple 継承 UINavigationController : UIViewController : UIResponder : NSObject 準拠 NSCoding NSCoding (UIViewController) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framewo…

UIImagePickerControllerQualityType

解説 enum { UIImagePickerControllerQualityTypeHigh, UIImagePickerControllerQualityTypeMedium, UIImagePickerControllerQualityTypeLow }; typedef NSUInteger UIImagePickerControllerQualityType; 返り値 引数 フレームワーク UIKit クラス UIImagePi…

UIImagePickerControllerSourceType

イメージピッカーのソースタイプ enum { UIImagePickerControllerSourceTypePhotoLibrary, UIImagePickerControllerSourceTypeCamera, UIImagePickerControllerSourceTypeSavedPhotosAlbum }; typedef NSUInteger UIImagePickerControllerSourceType; 解説 U…

takePicture

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImagePickerController Instance Methods 使用可能 iPhone3.1 参照 例文

isSourceTypeAvailable:

+(BOOL)isSourceTypeAvailable:(UIImagePickerControllerSourceType)sourceType 解説 (BOOL)isSourceTypeAvailable:(UIImagePickerControllerSourceType)sourceType 返り値 ( BOOL ) 引数 ( UIImagePickerControllerSourceType )sourceType フレームワーク U…

-availableMediaTypesForSourceType:

有効なソースメディアタイプを返します。 +(NSArray *)availableMediaTypesForSourceType:(UIImagePickerControllerSourceType)sourceType ★お試し価格★ 黒にんにく 青森県産 熟成発酵 黒ニンニク 波動発酵 大蒜 葫出版社/メーカー: (有)オフィス・カワムラメ…

videoQuality

解説 @property(nonatomic) UIImagePickerControllerQualityType videoQuality 返り値 ( UIImagePickerControllerQualityType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

videoMaximumDuration

ビデオ撮影の最大長 解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 ( NSTimeInterval ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

sourceType

解説 @property(nonatomic) UIImagePickerControllerSourceType sourceType 返り値 ( UIImagePickerControllerSourceType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone2.0 参照 例文

showsCameraControls

解説 @property(nonatomic) BOOL showsCameraControls 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

mediaTypes

メディアタイプ @property(nonatomic,copy) NSArray *mediaTypes 解説 @property(nonatomic,copy) NSArray *mediaTypes UIImagePickerControllerSourceTypeCamera カメラ kUTTypeMovie ビデオ MobileCoreServices.frameworkに定義 返り値 ( NSArray * ) フレ…

delegate

解説 @property(nonatomic,assign) id delegate 返り値 ( id <UINavigationControllerDelegate, UIImagePickerControllerDelegate> ) 引数 フレームワーク UIKit クラス UIImagePickerController Notification 使用可能 iPhone2.0 参照 例文</uinavigationcontrollerdelegate,>

cameraViewTransform

カメラ画像の変形を行います。 解説 @property(nonatomic) CGAffineTransform cameraViewTransform 返り値 ( CGAffineTransform ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

cameraOverlayView

解説 @property(nonatomic,retain) UIView *cameraOverlayView 返り値 ( UIView * ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

allowsImageEditing

@property(nonatomic) BOOL allowsImageEditing 解説 使用中止です。 allowsEditingを使ってください。 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

allowsEditing

編集可能かどうか @property(nonatomic) BOOL allowsEditing 解説 @property(nonatomic) BOOL allowsEditing 返り値 ( BOOL ) フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文