Re: How to check if super exists if it doesn't without throwing an exception?
Re: How to check if super exists if it doesn't without throwing an exception?
- Subject: Re: How to check if super exists if it doesn't without throwing an exception?
- From: Uli Kusterer <email@hidden>
- Date: Fri, 19 Jun 2015 19:29:47 +0200
On 18 Jun 2015, at 22:58, Dave <email@hidden> wrote:
> Sounds like someone is releasing “Self” when they shouldn’t, but “super” isn’t an object in it’s own right, it’s part of “self”, its just they it discounts any methods of “self” and uses the methods from the Class tree that is has inherited from.
Do you perhaps have an IBOutlet somewhere that is not marked as strong (or retain before ARC)?
_______________________________________________
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