I am a new guy for iOS. Recently, I have been developing an iOS application for checking the image (in iOS Photos ) of the creation time of the date and the time of changing the date to sort these images by time. I used ALAssetsLibrary to list all the images, I can get the following attributes of each image: the name of the image file, the URL of the image resource (inside it I can get the extension of the image file and a unique resource identifier). But can anyone tell me how to get the image file created by date and last modified time time?
Thank you very much.
source share