You can still override -dealloc, just don’t call [super dealloc] anywhere in it.
Jeff Kelley [email protected] | @SlaunchaMan | jeffkelley.org On May 14, 2014, at 12:12 PM, William Squires <[email protected]> wrote: > Okay, in non-ARC code, one would override dealloc to put clean-up code (to > release retained objects, close open streams/files, etc...). But where do we > put this in ARC code? _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
