Whenever we create a new project in Xcode for our new app, it gives us various in-built classes, targets, tests, plist file, etc.
Similarly it also gives us as Assets.xcassets file, which manages all the image assets in our project.
This is how this file looks like in file navigator:
If we clic...