From 1573e57f2caba2751f4eb192ba9bbbd1371dede8 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 24 Apr 2019 15:38:59 -0400 Subject: [PATCH] constraining --- MVMCoreUI/Atoms/Views/Label.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index 8ca484e3..2d53adb8 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -301,6 +301,10 @@ import MVMCore originalAttributedString = attributedText } + + public func needsToBeConstrained() -> Bool { + return true; + } } extension Label {