您将如何为 iPhone 应用程序创建收藏夹选项卡?
我想在我正在开发的 iPhone 应用程序中添加一个收藏夹选项卡。我正在使用核心数据填充 UITableView,并希望在详细视图中能够将所选项目添加到用户收藏夹中。
我是否可以通过将所选项目添加到新数组来解决此问题?
我对 xcode 和 iphone 编程非常陌生,因此我们将非常感谢您提供的帮助和代码。
I would like to add a favorites tab to my iphone app that i am developing. I am using core data to populate a UITableView and would like in the detailed view to be able to add the selected item to the users favorites.
Would i go about this by adding the selected item to a new array?
I am very new to xcode and iphone programming so as much help and code would be gratefully received.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我一直在尝试解决这个问题,但是对于我的应用程序来说,数据位于数组中。您可以使用 writeToFile:atomically: 保存文件
和 arrayWithContentsOfFile 类来加载文件
我希望这有帮助...
hey ive been trying to solve this problem however for my app the data is in an array. you could use the writeToFile:atomically: to save the file
and the arrayWithContentsOfFile class to load the file
i hope this helps...