channelList 是一个保存模型的数组.
channelList
[_channelList writeToFile:filePath atomically:YES]; NSArray *returnArray = [NSArray arrayWithContentsOfFile:filePath];
但是我从 plist 取值时取不到.
plist
认证0级讲师
Model objects cannot be written to File directly and need to be serialized first before they can be saved
Model objects cannot be written to File directly and need to be serialized first before they can be saved