Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 nsoperation 类,我想将运行中的操作存储到 nsuserdefaults 中以供以后参考。我怎么做?请帮忙。
NSOperation 不符合 NSCoding。您必须自己编码/解码。但是,请考虑一下您要在这里完成的工作。必须有一些非常特别或非常错误的东西让你需要保存一个 NSOperation。