Operation and OperationQueue Tutorial in Swift

The images are not loading, the urls provided in the plist are dead!

//meanwhile I just change two lines of code, till the website is up

let dataSourceURL : NSDictionary = [“GreenTea Leaf”:“https://images.freeimages.com/images/large-previews/86f/snow-1405421.jpg”,
“Maya”:“https://images.freeimages.com/images/large-previews/e6b/yellow-beetle-1366999.jpg

lazy var photos = NSDictionary(dictionary: dataSourceURL)

/meanwhile I just change two lines of code, till the website is up

let dataSourceURL : NSDictionary = [“GreenTea Leaf”:“https://images.freeimages.com/images/large-previews/86f/snow-1405421.jpg”,
“Maya”:“https://images.freeimages.com/images/large-previews/e6b/yellow-beetle-1366999.jpg”

lazy var photos = NSDictionary(dictionary: dataSourceURL)

@aliceinswiftland Thank you for sharing your solution - much appreciated! :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!