Quote:
Originally Posted by smasher
Sorry, I had some typos. Your fixed code looks good. Is it not working?
You can get variables by name using Key-Value coding, but it's *not* the right thing to do here - it's slow and it's overkill.
|
The fixed code is working great ( no errors or warnings

). I'm trying to make this method work in such a way where I don't need to hard code the objects in. Also, I'm originally a web programmer so I'm trying to associate how things are done with a framework vs. raw code.