CRSCategoryTypes
Objective-C
@interface CRSCategoryTypes : NSObject
Swift
class CRSCategoryTypes : NSObject
Category Type
-
Get the type name
Declaration
Objective-C
+ (NSString *)name:(enum CRSCategoryType)type;
Swift
class func name(_ type: CRSCategoryType) -> String!
Parameters
type
type
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSCategoryType)type:(NSString *)name;
Swift
class func type(_ name: String!) -> CRSCategoryType
Parameters
name
type name
Return Value
type