Skip to content

Instantly share code, notes, and snippets.

@TungVdMiichi
Created May 17, 2020 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TungVdMiichi/d2aa7e3fb1eddf600e69cf2cd2cc2a84 to your computer and use it in GitHub Desktop.
Save TungVdMiichi/d2aa7e3fb1eddf600e69cf2cd2cc2a84 to your computer and use it in GitHub Desktop.
var urls = [URL]()
for item in items {
if let url = item.thumbnailURL {
urls.append(url)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment