Last active
June 25, 2021 06:24
-
-
Save jamestapping/2253611d9646fc279add978506e72543 to your computer and use it in GitHub Desktop.
replaceOccurences.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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