本文介绍了什么是initWithCoder?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请向我解释什么是initWithCoder?
Please explain to me what is initWithCoder?
谢谢。
推荐答案
initWithCoder:
是 NSCoder
协议的一部分,该协议是Cocoa序列化系统的一部分。阅读。
initWithCoder:
is part of the NSCoder
protocol, which is part of the Cocoa serialization system. Read the Archives and Serializations Guide for Cocoa.
这篇关于什么是initWithCoder?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!