Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top