updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
7cabfdb78c
commit
2a1b9380c8
@ -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,
|
if let containerViewWidth,
|
||||||
let multiplier,
|
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,
|
else if let containerViewHeight,
|
||||||
let multiplier,
|
let multiplier,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user