kSITRotationMatrixProvider
Objective-C
enum kSITRotationMatrixProvider : NSInteger {}
Swift
enum kSITRotationMatrixProvider : Int, @unchecked Sendable
The provider of the rotation matrix.
-
There is no rotation matrix
Declaration
Objective-C
kSITNone = 0Swift
case sitNone = 0 -
The rotation matrix provider is Situm.
Declaration
Objective-C
kSITSitumSwift
case sitSitum = 1 -
The rotation matrix provider is the operative system (iOS)
Declaration
Objective-C
kSITAppleSwift
case sitApple = 2