Re: simple memory management question

2009-02-24 Thread Matt Neuburg
On Tue, 24 Feb 2009 07:37:43 -0600, James Cicenia said: >Hello - > >I have the following snippet: > >- (void)stateAction:(id)sender{ > StatePickViewController *spvc = [[StatePickViewController >alloc]initWithNibName:@"StatePicker" bundle:nil]; > [spvc setMyParentController:self]; > [spvc setDialog

Re: simple memory management question

2009-02-24 Thread Joar Wingfors
On Feb 24, 2009, at 5:37 AM, James Cicenia wrote: Hello - I have the following snippet: - (void)stateAction:(id)sender{ StatePickViewController *spvc = [[StatePickViewController alloc] initWithNibName:@"StatePicker" bundle:nil]; [spvc setMyParentController:self]; [spvc setD

simple memory management question

2009-02-24 Thread James Cicenia
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 viewWillAppea