I am working on a project that involves storing video, photo, audio, and text data. What would be the best way of doing this? I want to find the most efficient way possible before I start. The data will have to be editable also. When the user selects a tableview cell, a detailview will be displayed that shows all the data.

有帮助吗?

解决方案

Storing on the file system definitely. Best practices indicate storing the photos and videos in photo album serves best, as users can access them without accessing your app also.Also to create a reference for yourself, you can store an identifier such as video or photoname in coredata.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top