From 680f8fc4aafcb26b7f5694fb5cfafd181e3b0cc5 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 19 Mar 2019 14:02:29 -0400 Subject: [PATCH] comment --- MVMCoreUI/Atoms/Views/MFLoadImageView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift index d94813a6..fad344b4 100644 --- a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift +++ b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift @@ -30,6 +30,7 @@ import UIKit super.init(frame: .zero) } + // The default is an image that is centered with no edges pinned. So it will take the size of the content and fill as needed. @objc public init() { edges = UIRectEdge(rawValue: 0) super.init(frame: .zero)