OrientationOptions
public struct OrientationOptions : Equatable, RequestStringConvertible
Define an enumeration for the different possible orientation options
-
Undocumented
Declaration
Swift
public var requestString: String { get } -
Declaration
Swift
public static func == (lhs: OrientationOptions, rhs: OrientationOptions) -> Bool -
Undocumented
Declaration
Swift
public static let portrait: OrientationOptions -
Undocumented
Declaration
Swift
public static let landscape: OrientationOptions -
Undocumented
Declaration
Swift
public static let landscapeRight: OrientationOptions -
Undocumented
Declaration
Swift
public static let landscapeLeft: OrientationOptions -
Undocumented
Declaration
Swift
public static let allButUpsideDown: OrientationOptions
View on GitHub
OrientationOptions Structure Reference