Hello. I want to name images in Assets.xcassets like "a", "á", "â", "ã", "à", but when I try to name an image with "á" and hit 'enter', the name turns into "a-1", "â" - into "a-2" and so on. How can I set image name with this symbols?
xCode doesn't allow to name an image with special letters
For XCode, if you name images a and à, it considers that it's the same name ; would be the same with a and A.
But you can name them "a1", "á2", "â3", "ã4", "à5"