Skip to content

Instantly share code, notes, and snippets.

@jamestapping
Last active June 25, 2021 06:24
Show Gist options
  • Save jamestapping/2253611d9646fc279add978506e72543 to your computer and use it in GitHub Desktop.
Save jamestapping/2253611d9646fc279add978506e72543 to your computer and use it in GitHub Desktop.
replaceOccurences.swift
let url = (films[indexPath.row].artworkUrl100)!
let modifiedUrl = url.replacingOccurrences(of: "100x100", with: "800x800")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment