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 preferredUserInterfaceStyle : UIUserInterfaceStyle
The preferred interface style for this view controller.
ビューコントローラに対する好ましいインターフェイススタイル。