• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
simple memory management question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

simple memory management question


  • Subject: simple memory management question
  • From: James Cicenia <email@hidden>
  • Date: Tue, 24 Feb 2009 07:37:43 -0600

Hello -

I have the following snippet:

- (void)stateAction:(id)sender{
StatePickViewController *spvc = [[StatePickViewController alloc]initWithNibName:@"StatePicker" bundle:nil];
[spvc setMyParentController:self];
[spvc setDialogView:fruitTypeView];
[spvc viewWillAppear:TRUE];
[fruitTypeView addSubview:spvc.view];
}



Now I thought I should put [spvc autorelease] at the end, but then my view won't show.


Aren't I supposed to release spvc ? And if not, why not?

Thanks
James
_______________________________________________

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


  • Follow-Ups:
    • Re: simple memory management question
      • From: Joar Wingfors <email@hidden>
  • Prev by Date: Re: Simple way to traverse 2D array?
  • Next by Date: Re: View with Subviews + Drawing on top of everything
  • Previous by thread: Re: View with Subviews + Drawing on top of everything
  • Next by thread: Re: simple memory management question
  • Index(es):
    • Date
    • Thread