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 preferredStatusBarUpdateAnimation : UIStatusBarAnimation
The animation style to use when hiding or showing the status bar for this view controller.
このビューコントローラに対するステータスバーを隠すまたは表示する時に使うアニメーションスタイル。
var prefersStatusBarHidden : Bool
A Boolean value that indicates whether the view controller prefers the status bar to be hidden or shown.
あるブール値、それはビューコントローラがステータスバーに隠されるまたは表示されることを望むかどうかを指し示します。