文件名称:NSCodingHelper:一种使用NSCoding ^ _ ^的简单方法
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-30 23:55:01
Objective-C
NSCodingHelper 一种使用NSCoding ^ _ ^的简单方法 在.m文件中添加两行代码,然后运行它! #import "property.h" #import "CXLCodingHelper.h" @implementation property - (id)initWithCoder:(NSCoder *)aDecoder { self = [super init]; if (!self) { return nil; } self = [CXLCodingHelper decodeClass:self decoder:aDecoder]; return self; } -(void)encodeWithCoder:(NSCoder *)aCoder { [CXLCodingHelper encodeCl
【文件预览】:
NSCodingHelper-master
----.gitignore(494B)
----property.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
----README.md(560B)
----property()
--------property.m(3KB)
--------main.m(330B)
--------property.h(795B)
--------ViewController.m(1007B)
--------AppDelegate.h(634B)
--------CXLCodingHelper.m(4KB)
--------CXLCodingHelper.h(329B)
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(6KB)
--------property.xcdatamodeld()
--------ViewController.h(211B)
--------Base.lproj()
----propertyTests()
--------Info.plist(758B)
--------propertyTests.m(858B)