Hi I'm new to iOS objective c. I'm working on a app which fetches images and stores it in the app memory for reference.
- when u click on the favourite it should go the favourites tab
- when clicked on downloads.The image should go on the download tab.
as ALAasset is deprecated can some one explain what is the best way to store images.
is it using file or PHImagemanager.
and how?
You should store images in documents directory something like,
Now you can store image something like,
You can retrieve image something like,
Hope this will help :)