Last updated 2 years ago
Was this helpful?
๐ ๅ่๏ผSwift Playgrounds โฉ Image Gallery ()
import Foundation extension URL { var isImage: Bool { ["jpg", "jpeg", "png", "gif", "heic"] .contains(self.pathExtension) } }
Swift Playgrounds โฉ Image Gallery ()
โฉ โฉ
โฉ