Instance Method インスタンスメソッド

sizeThatFits(in:)

Calculates and returns the most appropriate size for the current view. 現在のビューに対して最も適切な大きさを計算して返します。

Declaration 宣言

func sizeThatFits(in size: CGSize) -> CGSize

Return Value 戻り値

The size that offers the best fit for the root view and its contents. ルートビューとそれの内容に最もよく合うと申し出る大きさ。

Parameters パラメータ

size

The proposed new size for the view. ビューに対して提案した新しい大きさ。

See Also 参照

Configuring the Interface Appearance インターフェイス外観を構成設定する