Type Method 型メソッド

uiOffset(for:)

Returns a UIKit offset structure corresponding to the data in a given string. 与えられた文字列の中のデータに相当するUIKitオフセット構造体を返します。

Declaration 宣言

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

Parameters パラメータ

string

A string containing a representation of an offset. あるオフセットの表現を含んでいる文字列。

Return Value 戻り値

An edge insets data structure. If the string is not well-formed, the function returns zero. 縁差込データ構造体。文字列がうまく書式設定されないならば、この関数はzeroを返します。

Discussion 議論

In general, you should use this function only to convert strings that were previously created using the string(for:) function. 一般的に、あなたは以前にstring(for:)関数を使って作成された文字列を変換するためにのみこの関数を使うべきです。

See Also 参照

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