-
Notifications
You must be signed in to change notification settings - Fork 890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Literals No Longer Autocomplete #15
Comments
thanks! |
Thanks :) |
thanks a lot |
thanks! |
thanks |
Hello, does anyone know how does it work on Xcode 16.1? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are having difficulty getting image literals during the section of the class where you change the dice images in code, it's because Xcode 13 no longer autocompletes Image Literals. There is a quick workaround.
When you type
diceImageView1.image =
follow it with
#imageLiteral(
As soon as you type the left parenthesis, it will autocomplete a image literal, that you can set according to the instructions in the video.
The text was updated successfully, but these errors were encountered: