【发布时间】:2012-02-06 07:19:14
【问题描述】:
NSCoder在这里的作用是什么?
- (id)initWithCoder:(NSCoder *)coder
{
self = [super initWithCoder:coder];
if (self)
{
}
return self;
}
【问题讨论】:
-
这与 Xcode 完全无关。
标签: objective-c cocoa-touch cocoa serialization nscoder