Search Results

4
votes

Objective-C switch using objects?

If you want to use as little code as possible, and your element names and setters are all named so that if elementName is @"foo" then setter is setFoo:, you could do something like: …