《iPhone 3开发基础教程》
chap 11 基本数据持久性
core data persisence
Error: Request for member 'view' in something not a structure or union.
root cause: PersistenceViewContoller.h未import !!!
本文档提供了《iPhone3开发基础教程》中关于Core Data持久化的第十一章的内容概览。主要介绍了如何在iOS应用中使用Core Data进行数据持久化,并解决了在实现过程中遇到的一个错误:尝试在一个非结构或联合体中请求成员'view'的问题,该问题的根源在于未正确导入PersistenceViewController头文件。
《iPhone 3开发基础教程》
chap 11 基本数据持久性
core data persisence
Error: Request for member 'view' in something not a structure or union.
root cause: PersistenceViewContoller.h未import !!!

被折叠的 条评论
为什么被折叠?