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
type
type
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSAxisDirectionType)type:(NSString *)name;
Swift
class func type(_ name: String!) -> CRSAxisDirectionType
Parameters
name
type name
Return Value
type