URL
public extension URL
Add’s a new initializer that is used for identifying in memory assets that should be cached and restored
-
Creates a new instance of a URL intended for retrieving in memory objects from a TiledKit
Project‘s cacheDeclaration
Swift
init?(inMemory path: String...)Parameters
pathThe elements of the
URL‘s path that will be used to reference the object
View on GitHub
URL Extension Reference