I'm building an ios app in which i have many images to show in many ViewController's ImageView. Thats why i have to add many images to the project.
Please tell me the best practice to add images in project. Whether i add in assets or in some other folder of my project.
If adding in some folder is best approach then how can i access those images.
Is this possible to add all images in a folder of the project and fetch those images and show in ImageViews and their name in UILabels one by one? If it is possible then please tell me the way to do this.