I have a Folder of Images in Images.xcassets. I want to display all the images from only that particular folder and load those images in a collection view. I know i will have to write this code to display the images
imageView.image = UIImage(named: "Apple")
I will have to run a for loop to display all the images in the collection view. But i do not know how to access all the images from the Images.xcassets folder