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)