CRSAxisDirectionTypes
Objective-C
@interface CRSAxisDirectionTypes : NSObject
Swift
class CRSAxisDirectionTypes : NSObject
Axis Direction Type
-
Get the type name
Declaration
Objective-C
+ (NSString *)name:(enum CRSAxisDirectionType)type;Swift
class func name(_ type: CRSAxisDirectionType) -> String!Parameters
typetype
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSAxisDirectionType)type:(NSString *)name;Swift
class func type(_ name: String!) -> CRSAxisDirectionTypeParameters
nametype name
Return Value
type
View on GitHub
CRSAxisDirectionTypes Class Reference