On Mar 20, 2012, at 1:49 PM, G S wrote: > This just adds more confusion. If the properties for the majority of > IBOutlets are weak (since they're usually all going to be owned by the > UIViewController's view), why would we release them in dealloc?
If you aren't using ARC, then you couldn't have declared them weak, and most likely declared them as retain. As such you are responsible for releasing them. -- David Duncan _______________________________________________ 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]
