macOS/iOS API解説

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

目次

0-06-07から1日間の記事一覧

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

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

** 解説 @property id delegate レシーバーのデリゲートオブジェクト 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

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

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

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

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

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

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

** 解説 @property CGFloat borderWidth レシーバーの枠線の幅 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property CGColorRef borderColor レシーバーのボーダーカラー デフォルトは不透明の黒 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

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

** 解説 @property CGColorRef backgroundColor レシーバーの背景色 デフォルトはnil 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

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

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

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

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

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

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

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

layoutManager

** 解説 新しいLKConstraintLayoutManagerインスタンスを作って返します。 返り値 ( id ) 新しいLKConstraintLayoutManagerインスタンス 引数 フレームワーク CoreAnimation クラス LKConstraintLayoutManager Class Methods 使用可能 10.5 参照 例文

initWithAttribute:relativeTo:attribute:scale:offset:

** -(id)initWithAttribute:(LKConstraintAttribute)attr: relativeTo:(NSString *)srcLayer: attribute:(LKConstraintAttribute)srcAttr: scale:(CGFloat)scale: offset:(CGFloat)offset: 解説 特定のパラメーターでLKConstraintオブジェクトを返します。 …

constraintWithAttribute:relativeTo:attribute:scale:offset:

** +(id)constraintWithAttribute:(LKConstraintAttribute)attr: relativeTo:(NSString *)srcLayer: attribute:(LKConstraintAttribute)srcAttr: scale:(CGFloat)scale: offset:(CGFloat)offset: 解説 返り値 ( id ) 引数 ( LKConstraintAttribute )attr ( N…

constraintWithAttribute:relativeTo:attribute:offset:

** +(id)constraintWithAttribute:(LKConstraintAttribute)attr: relativeTo:(NSString *)srcLayer: attribute:(LKConstraintAttribute)srcAttr: offset:(CGFloat)offset: 解説 指定のパラメータと一緒にLKConstraintオブジェクトを作って返します。 返り値 …

constraintWithAttribute:relativeTo:attribute:

** +(id)constraintWithAttribute:(LKConstraintAttribute)attr: relativeTo:(NSString *)srcLayer: attribute:(LKConstraintAttribute)srcAttr: 解説 指定のパラメータでLKConstraintオブジェクトを作成して返します。 返り値 ( id ) 引数 ( LKConstraintAt…

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

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

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

** 解説 @property NSArray *animations レシーバーの空間で評価されるLKAnimationオブジェクトの配列 アニメーションはレシーバーの字間空間で同時に実行する 返り値 引数 フレームワーク CoreAnimation クラス LKAnimationGroup Instance Methods 使用可能…

animationDidStop:finished:

** -(void)animationDidStop:(LKAnimation *)theAnimation: finished:(BOOL)flag: 解説 デリゲート アニメーションが完了した時に呼び出されます。 返り値 ( void ) 引数 ( LKAnimation * )theAnimation ( BOOL )flag フレームワーク CoreAnimation クラス L…