-3

I'm making an iOS app, and I'm completely new to Swift/Objective-C. I'm trying to set the picture that will be displayed in the UIImageViewer and I can't find where to add the file.

halfer
  • 19,824
  • 17
  • 99
  • 186

2 Answers2

0

As far as I understand what you want, you can set a picture to the UIImageView by selecting the UIImageView in your storyboard and going to the right panel like below.

enter image description here

B B
  • 1,950
  • 1
  • 15
  • 15
  • That is exactly what I was looking to do, but when I try it I don't get any options to select. Do I need to import the files somehow? – Justin Safa Mar 07 '15 at 15:23
  • @JustinSafa I assumed you had the files inside your project. You can import them to images.xcassets or inside a new folder. – B B Mar 07 '15 at 20:37
-1

Thanks everyone for the help. I found out my second issue. I'll post quick instructions should anyone else need to know how in the future

  1. Import images into the Images.xcassets file
  2. Click on Image Viewer and on the drop down bar on the right click your image
  3. Enjoy