Does anyone have any suggestions for an 'Apple Sanctioned' way to change behaviors (ie, showing specific pictures in an imageView) based upon which segment within a UISegmentedControl is selected? Should a case or switch statement be used?
Forgive the possible obscenely obvious question, but I was instructed that if you need to use a switch or case statement within an object, you probably need to create additinal object, sut I do not think that this rubric applies in this cse, correct?
Thanks for any and all suggestions, and your consideration.
(I'm using Xcode 3.2, iOS 4 SDK)