Skip to content

Instantly share code, notes, and snippets.

@Ingelheim
Created April 23, 2018 11:29
Show Gist options
  • Save Ingelheim/61951f47973f50bfc2a25299dae8dcfe to your computer and use it in GitHub Desktop.
Save Ingelheim/61951f47973f50bfc2a25299dae8dcfe to your computer and use it in GitHub Desktop.
var selectedImage : ImageInformation?
let images = ["monalisa" : ImageInformation(name: "Mona Lisa",
description: "The Mona Lisa is a half-length portrait painting by the Italian Renaissance artist Leonardo da Vinci that has been described as 'the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world'.",
image: UIImage(named: "monalisa")!)]
@nuuubie101
Copy link

nuuubie101 commented Sep 25, 2019

how do i add more images to thsis?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment