PositionType
Objective-C
enum PositionType : NSInteger {}
Swift
enum PositionType : Int, @unchecked Sendable
Constants indicating the position type.
-
Position Type.
Declaration
Objective-C
PositionTypePosition = 0
Swift
case position = 0
-
Improved Position Type.
Declaration
Objective-C
PositionTypeImprovedPosition
Swift
case improvedPosition = 1