Reputation: 24820
Assume I have two assets in my project or I may have even more assets under my project.
AppImages.xcassets
and 01 ConsumerSelectionVCtr.xcassets
. Why compiler is not showing me errors for same image-set in multiple xcassets
.Upvotes: 13
Views: 18587
Reputation: 58379
See the Asset Catalog documentation from Apple
[UIImage imageNamed:@"LaunchImage"]
for exampleUpvotes: 23