Hi guys, I want to make a photo management app on iPhone (somehow similar to the built-in "Photos" app). The app will be able to handle large amount of photos and manage different photo categories such as "landscape", "portrait", "nature", "people", etc. And it will also allow users to delete photos, change categories,...
The question is, what is the good way to store that large amount of photos?
Initially I thought of storing the photos on SQLite. But I heard many recommendations on this website not to use SQLite for large number of photos for performance reason.