• 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
Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)


  • Subject: Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
  • From: Alexander Spohr <email@hidden>
  • Date: Fri, 20 Feb 2009 10:05:03 +0100


Am 20.02.2009 um 04:18 schrieb mmalc Crawford:


On Feb 19, 2009, at 12:34 PM, mmalc Crawford wrote:

See also updated: <http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmNibObjects.html >


The Doc states: You should therefore also set outlet variables to nil in dealloc:

- (void)dealloc {
	// release outlets and set outlet variables to nil
	[anOutlet release], anOutlet = nil;
	[super dealloc];
}

why not just use

	[self setAnOutlet = nil];
or
	self.anOutlet = nil;

Any danger in this? (except a bad implementation of setAnOutlet:)


atze

_______________________________________________

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: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
      • From: Jonathan Hess <email@hidden>
    • Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
      • From: mmalc Crawford <email@hidden>
References: 
 >Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations) (From: James Montgomerie <email@hidden>)
 >Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations) (From: mmalc Crawford <email@hidden>)
 >Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations) (From: mmalc Crawford <email@hidden>)

  • Prev by Date: Re: Need recommendations for best way to build a custom view
  • Next by Date: RE: Adding Multiple NSWindow or NSPanel into another NSWindow
  • Previous by thread: Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
  • Next by thread: Re: Responding to view controller memory warnings (was Re: Outlets / IBOutlet declarations)
  • Index(es):
    • Date
    • Thread