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