macOS/iOS API解説

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

目次

CoreAnimation

** 解説 @property LKLayer *mask フィルタされた背景とレイヤーの内容の合成の結果レイヤーのバックグラウンドとの間を選択するためにマスクとして使われるアルファチャンネル オプションレイヤー 返り値 引数 フレームワーク CoreAnimation クラス LKLayer…

** 解説 @property id layoutManager レシーバーのサブレイヤーのレイアウトに責任を持つ特定のレイアウトマネージャー レイアウトマネージャーはLKLayoutManager通常プロトコルを実装しなければならない デフォルトの値はnil。 返り値 引数 フレームワーク …

** 解説 @property BOOL hidden レシーバーが表示されているかどうか分析する。 デフォルトはNO 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

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

** 解説 @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 参照