I have an Xcode project which needs to access an image. My questions are:
- How to add images to the Xcode project. Do I need to follow a specific structure or convention?
- How do I access the image I added in step (a)
Online links say add bundle resources but none of them gives a conclusive answer showing what to add in Xcode project and how to access the same.