ImageCache
public protocol ImageCache
图片缓存协议
-
Undocumented
Declaration
Swift
func addImage(_ image: UIImage, identifier: String)
-
Undocumented
Declaration
Swift
func removeImage(identifier: String) -> Bool
-
Undocumented
Declaration
Swift
func removeAllImages()
-
Undocumented
Declaration
Swift
func image(identifier: String) -> UIImage?