macOS/iOS API解説

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

目次

NSValue UIKit Additions

NSValue UIKit Additionsクラス

INDEX>UIKit> NSValue UIKit Additionsクラス 更新時OSバージョン 6.1 解説 NSValueのUIKit追加のクラスです。 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0以降 定義 UIGeometry.h 概要 サブクラス化の注意 …

UIEdgeInsetsValue

INDEX>UIKit>NSValue UIKit Additions 解説 返り値 ( UIEdgeInsets ) 引数 フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用可能 iPhone2.0 参照 例文

CGSizeValue

INDEX>UIKit>NSValue UIKit Additions 解説 返り値 ( CGSize ) 引数 フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用可能 iPhone2.0 参照 例文

CGRectValue

INDEX>UIKit>NSValue UIKit Additions 解説 返り値 ( CGRect ) 引数 フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用可能 iPhone2.0 参照 例文

CGPointValue

INDEX>UIKit>NSValue UIKit Additions 解説 返り値 ( CGPoint ) 引数 フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用可能 iPhone2.0 参照 例文

CGAffineTransformValue

INDEX>UIKit>NSValue UIKit Additions 解説 返り値 ( CGAffineTransform ) 引数 フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用可能 iPhone2.0 参照 例文

valueWithUIEdgeInsets:

INDEX>UIKit>NSValue UIKit Additions +(NSValue *)valueWithUIEdgeInsets:(UIEdgeInsets)insets 解説 返り値 ( NSValue * ) 引数 ( UIEdgeInsets )insets フレームワーク UIKit クラス NSValue UIKit Additions Class Methods 使用可能 iPhone2.0 参照 例文

valueWithCGSize:

INDEX>UIKit>NSValue UIKit Additions +(NSValue *)valueWithCGSize:(CGSize)size 解説 返り値 ( NSValue * ) 引数 ( CGSize )size フレームワーク UIKit クラス NSValue UIKit Additions Class Methods 使用可能 iPhone2.0 参照 例文

valueWithCGRect:

INDEX>UIKit>NSValue UIKit Additions +(NSValue *)valueWithCGRect:(CGRect)rect 解説 返り値 ( NSValue * ) 引数 ( CGRect )rect フレームワーク UIKit クラス NSValue UIKit Additions Class Methods 使用可能 iPhone2.0 参照 例文

valueWithCGPoint:

INDEX>UIKit>NSValue UIKit Additions +(NSValue *)valueWithCGPoint:(CGPoint)point 解説 返り値 ( NSValue * ) 引数 ( CGPoint )point フレームワーク UIKit クラス NSValue UIKit Additions Class Methods 使用可能 iPhone2.0 参照 例文

valueWithCGAffineTransform:

INDEX>UIKit>NSValue UIKit Additions +(NSValue *)valueWithCGAffineTransform:(CGAffineTransform)transform 解説 返り値 ( NSValue * ) 引数 ( CGAffineTransform )transform フレームワーク UIKit クラス NSValue UIKit Additions Instance Methods 使用…