Re: Extension to class for NSCoding protocol conformance
Re: Extension to class for NSCoding protocol conformance
- Subject: Re: Extension to class for NSCoding protocol conformance
- From: Kyle Sluder <email@hidden>
- Date: Sat, 25 Oct 2014 11:40:01 -0500
On Sat, Oct 25, 2014, at 10:15 AM, Jaikanth CK wrote:
> Hi All,
>
> I need to extend a class for NSCoding protocol conformance.
You can't do this yet. Required initializers must be implemented in the
main class body, and NSCoding has a required init(coder:) initializer.
--Kyle Sluder
_______________________________________________
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