Type Method
型メソッド
valueWithUIEdgeInsets:
Creates a new value object containing the specified UIKit edge insets structure.
指定されたUIKit縁差込構造体を含んでいる新しい値オブジェクトを作成します。
Parameters
パラメータ
insets
The value for the new object.
新しいオブジェクトに対する値。
Return Value
戻り値
A new value object that contains the edge inset information.
縁差込情報を含んでいる新しい値オブジェクト。
See Also
参照
Working with UIKit Geometry Values
UIKit幾何学値を扱う
+ valueWithUIOffset:
Creates a new value object containing the specified UIKit offset structure.
指定されたUIKitオフセット構造体を含んでいる新しい値オブジェクトを作成します。
UIEdgeInsetsValue
Returns the UIKit edge insets structure representation of the value.
その値のUIKit縁差込構造体表現を返します。
UIOffsetValue
Returns the UIKit offset structure representation of the value.
その値のUIKitオフセット構造体表現を返します。
Related Documentation
関連文書
UIEdgeInsets
The inset distances for views.
ビューに対するインセット(差込)距離それら。