updated comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-19 13:42:57 -05:00
parent 7cabfdb78c
commit 2a1b9380c8

View File

@ -437,7 +437,7 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
//-------------------------------------------------------------------------
//Width + AspectRatio Constraint - Will exit out if set
//Width + AspectRatio Constraint
//-------------------------------------------------------------------------
if let containerViewWidth,
let multiplier,
@ -450,7 +450,7 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
}
//-------------------------------------------------------------------------
//Height + AspectRatio Constraint - Will exit out if set
//Height + AspectRatio Constraint
//-------------------------------------------------------------------------
else if let containerViewHeight,
let multiplier,