tooltipo update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
26da08ba48
commit
3ae6167f18
@ -18,9 +18,9 @@ public struct ToolTipLabelAttribute: ActionLabelAttributeModel {
|
|||||||
public var tintColor: UIColor
|
public var tintColor: UIColor
|
||||||
|
|
||||||
public func setAttribute(on attributedString: NSMutableAttributedString) {
|
public func setAttribute(on attributedString: NSMutableAttributedString) {
|
||||||
let image = SystemImageLabelAttribute(location: location,
|
let image = ImageLabelAttribute(location: location,
|
||||||
length: length,
|
length: length,
|
||||||
imageName: "info.circle",
|
imageName: "info",
|
||||||
frame: .init(x: 0, y: -2, width: 13.3, height: 13.3),
|
frame: .init(x: 0, y: -2, width: 13.3, height: 13.3),
|
||||||
tintColor: tintColor)
|
tintColor: tintColor)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user