UIImagePickerController
INDEX>UIKit> イメージピッカーコントローラー apple 継承 UINavigationController : UIViewController : UIResponder : NSObject 準拠 NSCoding NSCoding (UIViewController) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framewo…
解説 enum { UIImagePickerControllerQualityTypeHigh, UIImagePickerControllerQualityTypeMedium, UIImagePickerControllerQualityTypeLow }; typedef NSUInteger UIImagePickerControllerQualityType; 返り値 引数 フレームワーク UIKit クラス UIImagePi…
イメージピッカーのソースタイプ enum { UIImagePickerControllerSourceTypePhotoLibrary, UIImagePickerControllerSourceTypeCamera, UIImagePickerControllerSourceTypeSavedPhotosAlbum }; typedef NSUInteger UIImagePickerControllerSourceType; 解説 U…
解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImagePickerController Instance Methods 使用可能 iPhone3.1 参照 例文
+(BOOL)isSourceTypeAvailable:(UIImagePickerControllerSourceType)sourceType 解説 (BOOL)isSourceTypeAvailable:(UIImagePickerControllerSourceType)sourceType 返り値 ( BOOL ) 引数 ( UIImagePickerControllerSourceType )sourceType フレームワーク U…
有効なソースメディアタイプを返します。 +(NSArray *)availableMediaTypesForSourceType:(UIImagePickerControllerSourceType)sourceType ★お試し価格★ 黒にんにく 青森県産 熟成発酵 黒ニンニク 波動発酵 大蒜 葫出版社/メーカー: (有)オフィス・カワムラメ…
解説 @property(nonatomic) UIImagePickerControllerQualityType videoQuality 返り値 ( UIImagePickerControllerQualityType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
ビデオ撮影の最大長 解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 ( NSTimeInterval ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic) UIImagePickerControllerSourceType sourceType 返り値 ( UIImagePickerControllerSourceType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone2.0 参照 例文
解説 @property(nonatomic) BOOL showsCameraControls 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
メディアタイプ @property(nonatomic,copy) NSArray *mediaTypes 解説 @property(nonatomic,copy) NSArray *mediaTypes UIImagePickerControllerSourceTypeCamera カメラ kUTTypeMovie ビデオ MobileCoreServices.frameworkに定義 返り値 ( NSArray * ) フレ…
解説 @property(nonatomic,assign) id delegate 返り値 ( id <UINavigationControllerDelegate, UIImagePickerControllerDelegate> ) 引数 フレームワーク UIKit クラス UIImagePickerController Notification 使用可能 iPhone2.0 参照 例文</uinavigationcontrollerdelegate,>
カメラ画像の変形を行います。 解説 @property(nonatomic) CGAffineTransform cameraViewTransform 返り値 ( CGAffineTransform ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic,retain) UIView *cameraOverlayView 返り値 ( UIView * ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
@property(nonatomic) BOOL allowsImageEditing 解説 使用中止です。 allowsEditingを使ってください。 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
編集可能かどうか @property(nonatomic) BOOL allowsEditing 解説 @property(nonatomic) BOOL allowsEditing 返り値 ( BOOL ) フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文