Type Method 型メソッド

string(for:)

Returns a string formatted to contain the data from a directional edge insets structure. 方向性縁差込構造体からのデータを含むように書式設定された文字列を返します。

Declaration 宣言

class func string(for insets: NSDirectionalEdgeInsets) -> String

Parameters パラメータ

insets

A directional edge insets data structure. 方向性縁差込データ構造体。

Return Value 戻り値

A string that corresponds to insets. See nsDirectionalEdgeInsets(for:) for a discussion of the string format. 差込に対応する文字列。nsDirectionalEdgeInsets(for:)を文字列書式設定の議論として見てください。

See Also 参照

Representing Geometric Types as Strings 幾何学的な型を文字列として表す