質問

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