func sizeThatFits (in: CGSize) -> CGSize
Calculates and returns the most appropriate size for the current view.
現在のビューに対して最も適切な大きさを計算して返します。
var preferredStatusBarStyle : UIStatusBarStyle
The preferred status bar style for the view controller.
ビューコントローラに対する好ましいステータスバースタイル。
var prefersStatusBarHidden : Bool
A Boolean value that indicates whether the view controller prefers the status bar to be hidden or shown.
あるブール値、それはビューコントローラがステータスバーに隠されるまたは表示されることを望むかどうかを指し示します。
var preferredUserInterfaceStyle : UIUserInterfaceStyle
The preferred interface style for this view controller.
ビューコントローラに対する好ましいインターフェイススタイル。