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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com