Reputation: 16029
Please explain to me what is initWithCoder?
Thanks.
Upvotes: 12
Views: 6855
Reputation: 6247
initWithCoder:
is part of the NSCoder
protocol, which is part of the Cocoa serialization system. Read the Archives and Serializations Guide for Cocoa.
Upvotes: 9