constraining

This commit is contained in:
Pfeil, Scott Robert 2019-04-24 15:38:59 -04:00
parent dc1372ca40
commit 1573e57f2c

View File

@ -301,6 +301,10 @@ import MVMCore
originalAttributedString = attributedText
}
public func needsToBeConstrained() -> Bool {
return true;
}
}
extension Label {