Re: Why doesn't this work on my device?
Re: Why doesn't this work on my device?
- Subject: Re: Why doesn't this work on my device?
- From: James Cicenia <email@hidden>
- Date: Thu, 26 Feb 2009 16:58:15 -0600
I have used both retain and without:
- (void)applicationDidFinishLaunching:(UIApplication *)application {
statesArray = [[[NSMutableArray alloc] init]retain];
On Feb 26, 2009, at 4:56 PM, Bill Bumgarner wrote:
On Feb 26, 2009, at 2:53 PM, James Cicenia wrote:
@property (nonatomic, copy) NSMutableArray *statesArray;
Where are you allocating statesArray?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden