请给我解释一下什么是initWithCoder?
谢谢。
发布于 2009-12-02 06:52:06
initWithCoder:是NSCoder协议的一部分,该协议是Cocoa序列化系统的一部分。阅读Archives and Serializations Guide for Cocoa。
initWithCoder:
NSCoder
https://stackoverflow.com/questions/1829467
相似问题