Search Results

3
votes

Objective-C switch using objects?

The if-else implementation you have is the right way to do this, since switch won't work with objects. Apart from maybe being a bit harder to read (which is subjective), t …