refactored code

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-09-15 14:57:44 -05:00
parent 55f922e5a1
commit 924653a726

View File

@ -69,9 +69,7 @@ open class Icon: View {
open var customSize: Int? { didSet { setNeedsUpdate() } }
/// The natural size for the receiving view, considering only properties of the view itself.
open override var intrinsicContentSize: CGSize {
dimensions
}
open override var intrinsicContentSize: CGSize { dimensions }
//functions
//--------------------------------------------------