setup method
OK, so I've been programming for the iPhone for about 6 months now, and today I decided to try a Mac application. At the moment, I have a pop-up button and a label, and when the pop-up value is changed, the label displays something else. (This is really just to test out all the UI stuff) However, there are some things I'd like to do (rename the values for the menus of the pop-up button, etc.) before the "user" clicks on the pop-up. Right now, the only method I have is for the changing of the pop-up. Essentially, I'm looking for the viewDidLoad of Mac Applications. Any ideas on what I should do? Thanks in advance.
|