I would like to store my apps skin settings in a json file, how would I go about storing the enum values for colours/styles etc and cast them back from a string.
e.g how do I store MKPinAnnotationColorRed or UITableViewStyleGrouped
If its just a matter of storing the integer equivilent Im fine with that rather than actually storing the enum string value