What is initWithCoder?
iphone
Solution
`initWithCoder:` is part of the `NSCoder` protocol, which is part of the Cocoa serialization system. Read the Archives and Serializations Guide for Cocoa.
Problem
Please explain to me what is initWithCoder? Thanks.