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
typetype
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSCategoryType)type:(NSString *)name;Swift
class func type(_ name: String!) -> CRSCategoryTypeParameters
nametype name
Return Value
type
View on GitHub
CRSCategoryTypes Class Reference