Type Method 型メソッド

string(for:)

Returns a string formatted to contain the data from an offset structure. オフセット構造体からのデータを含むように書式設定された文字列を返します。

Declaration 宣言

class func string(for offset: UIOffset) -> String

Parameters パラメータ

offset

A UIKit offset data structure. UIKitオフセットデータ構造体。

Return Value 戻り値

A string that corresponds to offset. offsetに対応する文字列。

See Also 参照

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