ImageFetcher
public class ImageFetcher
-
Declaration
Swift
public static func savedImage(identifier: String) -> UIImage? -
Declaration
Swift
public static func fetchedImage(identifier: String) -> UIImage? -
Declaration
Swift
public static func fetchAsync(baseUrl: String, identifier: String, completion: @escaping (UIImage?, String) -> Void) -
Declaration
Swift
public static func fetchAsync(imageUrl: String, identifier: String, completion: @escaping (UIImage?, String) -> Void)
ImageFetcher Class Reference