Merge pull request #22 from TouchInstinct/image/roundcorners

cache becomes private
This commit is contained in:
Nikolai Ashanin 2016-09-29 19:41:44 +03:00 committed by GitHub
commit cddce07753
2 changed files with 1 additions and 1 deletions

BIN
LeadKit/.DS_Store vendored

Binary file not shown.

View File

@ -20,7 +20,7 @@ public extension UIImage {
/**
a singleton shared NSURL cache used for images from URL
*/
static let sharedCache = NSCache()
private static let sharedCache = NSCache()
// MARK: Image From URL