Closed
Description
- Update package to require latest YCoreUI
1.7.0
+ - add override of
renderingMode
toStepperControl.Images
and return.alwaysTemplate
. - add assert to Images unit test that
XCTAssertEqual($0.image.renderingMode, .alwaysTemplate)
to confirm. - remove calls to
.withRenderingMode(.alwaysTemplate)
from the three default images (now handled byImages
) - these images now scale with Dynamic Type! Test this behavior and if problematic (they did not scale before), override
Images.textStyle
to returnnil
(and add an assert to the unit test about it) to disable the scaling.