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