• 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
Is dealloc called for an object instantiated with IB?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is dealloc called for an object instantiated with IB?


  • Subject: Is dealloc called for an object instantiated with IB?
  • From: Bob Ueland <email@hidden>
  • Date: Sat, 29 Sep 2007 05:38:46 -0700 (PDT)

In Hillegass book chapter 4, there is a class called AppController instantiated with IB. In the file AppController.m there is the following method:

- (void)dealloc
{
    NSLog(@"dealloc");
    [speechSynth release];
    [super dealloc];
}
@end


However when I run the application and quit it, I never see the text "dealloc" appear in the log window. Does this mean that this method is never called?





      ____________________________________________________________________________________
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!
http://tv.yahoo.com/collections/3658
_______________________________________________

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: Is dealloc called for an object instantiated with IB?
      • From: Sean Murphy <email@hidden>
    • Re: Is dealloc called for an object instantiated with IB?
      • From: "Finlay Dobbie" <email@hidden>
  • Prev by Date: Re: fast blitting with Quartz
  • Next by Date: Re: Is dealloc called for an object instantiated with IB?
  • Previous by thread: Re: NSTableView doubt
  • Next by thread: Re: Is dealloc called for an object instantiated with IB?
  • Index(es):
    • Date
    • Thread