I started studying swift language n there is a command Image Literal to add an image but it's not showing up anything. other than that if I try any other coding thing it automatically gets suggested but image literal is not working at all... I am using Xcode 13. Any leads would be really helpful.
For image literals in Xcode 13 type:
#imageLiteral(
The image literal should be displayed and available for picking the image.
The same appears to work for the other literals:
#colorLiteral(
#fileLiteral(
This places the literal in code without code completion. The code completion stopped working on literals for me as well.
After picking an image, comment the line to see the file name, if needed.
#imageLiteral(
Without the closing parenthesis, In this way you can add images in Xcode 13.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With