For a little program that i'm developing, i need to find the list of images and photos inside the device, in this case iPhone Simulator (i saved some images taken from internet). I now that in Android is present the "Cursor" inside the "android.database" API. Is there something similar in Objective C ? I found interesting this tutorial: How I get all the images from a perticular folder(iPhone)? , but in this case the user pass manually the path. In my case i don't know the path where are the images, so i need to use something that search automatically inside the paths. I also saw that for this problem, the AssetsLibrary framework can help, but i'm new on Objective C programming and i'm not sure if it is what i need.
Thanks for each help.