macOS/iOS API解説

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

目次

UIImageView

UIImageViewクラス

画像を表示するビューのクラスです。 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UIImageView.h 概要 フレームワーク UIKit …

stopAnimating

アニメーションを停止します。 解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImageView Instance Methods 使用可能 iPhone2.0 参照 例文

startAnimating

アニメーションを開始する 解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImageView Instance Methods 使用可能 iPhone2.0 参照 例文

isAnimating

アニメーション中かどうか 解説 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImageView Instance Methods 使用可能 iPhone2.0 参照 例文

initWithImage:imagehighlightedImage:

-(id)initWithImage:(UIImage *)imagehighlightedImage:(UIImage imagehighlightedImage:(UIImage *)highlightedImage 解説 返り値 ( id ) 引数 ( UIImage * )imagehighlightedImage:(UIImage ( UIImage * )highlightedImage フレームワーク UIKit クラス UI…

initWithImage:

UIImageで初期化して返します。 -(id)initWithImage:(UIImage *)image 解説 返り値 ( id ) 引数 ( UIImage * )image フレームワーク UIKit クラス UIImageView Instance Methods 使用可能 iPhone2.0 参照 例文

userInteractionEnabled

ユーザーの操作を受け付けるかどうか 解説 @property(nonatomic, getter=isUserInteractionEnabled) BOOL userInteractionEnabled 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone2.0 参照 例文

image

UIImageViewの画像 解説 @property(nonatomic, retain) UIImage *image 返り値 ( UIImage * ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone2.0 参照 例文

highlightedImage

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

highlightedAnimationImages

ハイライトアニメーション画像の配列。 @property(nonatomic, copy) NSArray *highlightedAnimationImages 解説 @property(nonatomic, copy) NSArray *highlightedAnimationImages 返り値 ( NSArray * ) 引数 フレームワーク UIKit クラス UIImageView Prope…

highlighted

解説 @property(nonatomic, getter=isHighlighted) BOOL highlighted 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone3.0 参照 例文

animationRepeatCount

アニメーションの繰り返し回数 解説 @property(nonatomic) NSInteger animationRepeatCount 返り値 ( NSInteger ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone2.0 参照 例文

animationImages

アニメーションに使う画像の配列 解説 @property(nonatomic, copy) NSArray *animationImages 返り値 ( NSArray * ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone2.0 参照 例文

animationDuration

アニメーションを行う時間 解説 @property(nonatomic) NSTimeInterval animationDuration 返り値 ( NSTimeInterval ) 引数 フレームワーク UIKit クラス UIImageView Property 使用可能 iPhone2.0 参照 例文