Quote:
Originally Posted by ipodtouchmaster05
Is that because you defined the array in your header file and your .m??
|
I'm not sure. I tried removing the statements related to myArray from the Controller.h file, but then it doesn't run at all. Here's what I have in there now.
Code:
NSArray *myArray;
@ property (nonatomic, retain) NSArray *myArray;
Thanks again for the assistance. I'm completely new to programming, so I'm sure it's painful answering these n00b questions.