Assume I have two assets in my project or I may have even more assets under my project.
- Question 1: I can have multiple assets in one project & that is valid, correct?
- Question 2: What if I set same name to an image-set in different xcode-assets? Example. "AppIcon" exists in
AppImages.xcassets
and01 ConsumerSelectionVCtr.xcassets
. Why compiler is not showing me errors for same image-set in multiplexcassets
. - Question 3: How to load an image from xcassets?
- Question 4: Is it preferable to use xcassets for all images in project?