I am trying to save an 8-bit hex (#DOE4FA) in the Inspector panel for Assets, but when I hit Enter, the color value reverts to the default setting of #FFFFFF.
I have tried quitting Xcode several times, then restarting it, and have even entered my color value, quitting Xcode, then re-opening Xcode, hoping that Xcode would save my value when it re-opened, but it didn't.
In addition, I have also checked my Preferences, but I have not noticed anything out of the ordinary.
Any suggestions would be deeply appreciated.
Post
Replies
Boosts
Views
Activity
I have tried to use the Image Literal on Xcode 12.4, and entered the following code:
diceImageView1.imageView?.image = imageLiteral(resourceName: "DiceSix")
but it returns an error message which says:
Value of type 'UIImageView' has no member 'imageView'
This error message prevents me from completing the build.
Any suggestions on how to handle this error?