型プロパティ
landscapeLeft
デバイスはランドスケープモードで、デバイスの上部が左側にあります。
宣言
static let landscapeLeft: InterfaceOrientation
以下も見よ
方向の選択
static let portrait: InterfaceOrientation
デバイスはポートレートモードで、デバイスの上部が上になります。
static let portraitUpsideDown: InterfaceOrientation
デバイスはポートレートモードですが、逆さまになっています。
static let landscapeRight: InterfaceOrientation
デバイスはランドスケープモードで、デバイスの上部が右側にあります。