From 74ab14f5f962e42cf2f5a8f00bf3ae0d5cf004dc Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 19 Mar 2019 13:52:30 -0400 Subject: [PATCH] cleaning --- MVMCoreUI/Atoms/Views/MFLoadImageView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift index 46a21f78..d94813a6 100644 --- a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift +++ b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift @@ -156,7 +156,7 @@ import UIKit })} } - @objc public func shouldLoadImageWithName(_ imageName: String?, width: CGFloat) -> Bool { + @objc public func shouldLoadImage(withName imageName: String?, width: CGFloat) -> Bool { // We should load a new image if there is no current image, the image names are different, the width is different, or we are using a fallback image. guard let currentWidth = self.width else { return true