-1

Very basic question: How do I add a UIImageView to a storyboard in Xcode 12? I have an existing project and I want to add images to it. I'm new to Xcode.

I gather I need to use Interface Builder Xcode 12. This tutorial for Xcode 10 shows how to add images to Images.xcassets but assumes I know how to add an UIImageView.

The tutorial shows a library of widgets displayed in the bottom right: gif of adding image

But I don't have that:

my xcode

At the end, it mentions:

Media Library pop up opened by hitting the keys "command", "shift", and "m" at the same time Add image asset to launch screen Xcode 10

But that key combo does nothing for me.

idbrii
  • 9,440
  • 5
  • 50
  • 93
  • [Where did the Object Library go in Xcode 10?](https://stackoverflow.com/questions/50962797/where-did-the-object-library-go-in-xcode-10) is a related question, but things are moved again for Xcode 12. (The button to add is different, the Cmd-Shift-M command doesn't do anything anymore.) Howeever, there are some Xcode 11 answers on that page are helpful. – idbrii Mar 18 '21 at 19:55

1 Answers1

0

Turns out there are three solutions:

idbrii
  • 9,440
  • 5
  • 50
  • 93