macOS/iOS API解説

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

目次

CoreAnimation

解説 @property NSString *subtype 返り値 引数 フレームワーク CoreAnimation クラス LKTransition Instance Methods 使用可能 10.5 参照

解説 @property float startProgress 返り値 引数 フレームワーク CoreAnimation クラス LKTransition Instance Methods 使用可能 10.5 参照

解説 @property CIFilter *filter 返り値 引数 フレームワーク CoreAnimation クラス LKTransition Instance Methods 使用可能 10.5 参照

解説 @property float 返り値 引数 フレームワーク CoreAnimation クラス LKTransition Instance Methods 使用可能 10.5 参照

valueForKey:

+(id)valueForKey:(NSString *)key: 解説 与えられたキーでデータ返します。 返り値 ( id ) 引数 ( NSString * )key フレームワーク CoreAnimation クラス LKTransaction Class Methods 使用可能 10.5 参照 例文

setValue:forKey:

+(void)setValue:(id)anObject: forKey:(NSString *)key: 解説 任意のキーとデータをセットします。 返り値 ( void ) 引数 ( id )anObject ( NSString * )key フレームワーク CoreAnimation クラス LKTransaction Class Methods 使用可能 10.5 参照 例文

flush

解説 存在する潜在のトランザクションをフラッシュします。 返り値 ( void ) 引数 フレームワーク CoreAnimation クラス LKTransaction Class Methods 使用可能 10.5 参照 例文

commit

解説 現在のトランザクションの間の全ての変更をコミットする 現在のトランザクションが存在しなければ例外を起こす 返り値 ( void ) 引数 フレームワーク CoreAnimation クラス LKTransaction Class Methods 使用可能 10.5 参照 例文

begin

解説 現在のスレッドの新しいトランザクションをはじめます 返り値 ( void ) 引数 フレームワーク CoreAnimation クラス LKTransaction Class Methods 使用可能 10.5 参照 例文

initWithControlPoints:

-(id)initWithControlPoints:(float)c1x: 解説 返り値 ( id ) 引数 ( float )c1x ( float )c1y ( float )c2x ( float )c2y フレームワーク CoreAnimation クラス LKTimingFunction Instance Methods 使用可能 10.5 参照 例文

getControlPointAtIndex:values:

-(void)getControlPointAtIndex:(size_t)index: values:(float[2])ptr: 解説 返り値 ( void ) 引数 ( size_t )index ( float[2] )ptr フレームワーク CoreAnimation クラス LKTimingFunction Instance Methods 使用可能 10.5 参照 例文

functionWithName:

+(id)functionWithName:(NSString *)name: 解説 指定の名前で定義されたタイミング関数と一緒に設定されたLKTimingFunctionの新しいインスタンスを作って返します。 返り値 ( id ) 引数 ( NSString * )name フレームワーク CoreAnimation クラス LKTimingFun…

functionWithControlPoints:

+(id)functionWithControlPoints:(float)c1x: 解説 返り値 ( id ) 引数 ( float )c1x ( float )c1y ( float )c2x ( float )c2y フレームワーク CoreAnimation クラス LKTimingFunction Class Methods 使用可能 10.5 参照 例文

解説 @property BOOL wrapped テキストの回り込みがどのようになるか デフォルトはNO 返り値 引数 フレームワーク CoreAnimation クラス LKTextLayer Instance Methods 使用可能 10.5 参照

解説 @property NSString *truncationMode レシーバーの矩形で合うようにどのようにテキストが面取りされるか分析する。 設定可能な値はTruncation Modes。デフォルトはkLKTruncationNone。【Amazon.co.jp限定】 オリオンバラエティギフト(懐かしのラムネ菓…

解説 @property id string レシーバーによってレンダリングする文字列 テキストはNSStringまたはNSAttributedStringのインスタンスでなければならない。 デフォルトはnil。 返り値 引数 フレームワーク CoreAnimation クラス LKTextLayer Instance Methods …

解説 @property CGColorRef foregroundColor レシーバーのテキストをレンダリングする時に使う色 デフォルトは不透明の白 string プロパティがNSAttributedStringでない時だけに使います。 返り値 引数 フレームワーク CoreAnimation クラス LKTextLayer Ins…

解説 @property CGFloat fontSize レシーバーのテキストのレンダリングに使うフォントサイズ デフォルトは36.0 stringプロパティがNSAttributedStringでない時だけに使います。 返り値 引数 フレームワーク CoreAnimation クラス LKTextLayer Instance Metho…

解説 @property CFTypeRef fontレシーバーのテキストがレンダリングに使うフォント 多分CTFontRef(NSFontと同じように使える)かCGFontRefまたはフォント名の文字列。デフォルトはHelvetica。 文字プロパティがNSAttributedStringでないときだけに使う 返り…

解説 @property NSString *alignmentMode レシーバーの矩形でテキストが垂直方向でどのようそろうか 指定可能な値はAlignment Modes。 デフォルトはkLKAlignmentNatural 返り値 引数 フレームワーク CoreAnimation クラス LKTextLayer Instance Methods 使用…

scrollToRect:

-(void)scrollToRect:(CGRect)theRect: 解説 指定した矩形が確実に見えるようにレシーバーの内容をスクロールする 返り値 ( void ) 引数 ( CGRect )theRect フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照 例文

scrollToPoint:

-(void)scrollToPoint:(CGPoint)thePoint: 解説 指定した位置にレシーバーの起点を変更する 返り値 ( void ) 引数 ( CGPoint )thePoint フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照 例文

解説 @property NSString *scrollMode 返り値 引数 フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照

animationWithKeyPath:

+(id)animationWithKeyPath:(NSString *)keyPath: 解説 指定したキーパスのLKPropertyAnimationインスタンスを作って返します。 返り値 ( id ) 指定したキーパスの新しいLKPropertyAnimationインスタンス 引数 ( NSString * )keyPath フレームワーク CoreAni…

解説 返り値 引数 フレームワーク CoreAnimation クラス LKPropertyAnimation Instance Methods 使用可能 10.5 参照

解説 @property NSString *keyPath 返り値 引数 フレームワーク CoreAnimation クラス LKPropertyAnimation Instance Methods 使用可能 10.5 参照

解説 @property BOOL cumulative 返り値 引数 フレームワーク CoreAnimation クラス LKPropertyAnimation Instance Methods 使用可能 10.5 参照

解説 @property BOOL additive 返り値 引数 フレームワーク CoreAnimation クラス LKPropertyAnimation Instance Methods 使用可能 10.5 参照

releaseCGLPixelFormat:

-(void)releaseCGLPixelFormat:(CGLPixelFormatObj)pixelFormat: 解説 返り値 ( void ) 引数 ( CGLPixelFormatObj )pixelFormat フレームワーク CoreAnimation クラス LKOpenGLLayer Instance Methods 使用可能 10.5 参照 例文

releaseCGLContext:

-(void)releaseCGLContext:(CGLContextObj)glContext: 解説 返り値 ( void ) 引数 ( CGLContextObj )glContext フレームワーク CoreAnimation クラス LKOpenGLLayer Instance Methods 使用可能 10.5 参照 例文