JREnum
JREnum copied to clipboard
macros that automate vending an NSString given an enum value (f.x. MyEnumToString(value))
When trying to use he Enum in another class getting an error not recognizing the type. I’m importing the header file that declares he enum
I get the error > Converting a pointer value of type 'NSNumber *' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue Fix is...
By marking the functions as static we can do away with JREnumDefine/Declare and just use JREnum. Is there a reason why the macros weren't initially implemented like this? I feel...
I was looking for a nice web service string enums workaround, and the best way so far was dealing with an enum and an array/dictionary. For example, there's an abstract...
The current podspec on CocoaPods for JREnum still points to version 0.2.
I installed this library from Cocoapods, and I'm coming across a strange error. When writing my tests, I come across a compile error detailing that the private methods (starting with...