Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Swift 2.0 Structs as Data Models Creating a Data Collection

Omotayo Olawepo
Omotayo Olawepo
2,803 Points

Hey, is it possible to store an image in the array as opposed to the text

Hey guys Is it possible to store an image in the array as opposed to the text

1 Answer

Nick Kohrn
Nick Kohrn
36,935 Points

Omotayo,

It is definitely possible. By adding a UIImageView to your view controller in Interface Builder, you can then create an array of UIImages in your view controller file. When you press the button, you can have a random image returned from the array and then assign it to the image view's image property.

There is a simple answer. If you would like a more detailed answer, I'll be more than happy to help!