I have the following question about NS_ENUM
I'm creating one with three options:
typedef NS_ENUM(NSInteger, VersionStatus) {
OPTION1,
OPTION2,
OPTION3
};
How do I use else within a switch?
How will the comparison parameter c...
asked by
26.02.2016 / 20:51