ActiveLabel.swift icon indicating copy to clipboard operation
ActiveLabel.swift copied to clipboard

configureLinkAttribute 点击后无效

Open xygkevin opened this issue 2 years ago • 0 comments

lab.configureLinkAttribute = { type, attributes, isSelected in var atts = attributes switch type { case privacyType, agreementType: atts[NSAttributedString.Key.font] = isSelected ? kxFontMedium(12) : kxFont(12) default: break } return atts } isSelected == true时设置为粗体字, isSelected == false时设置为常规体, 但是点击之后就全部变成常规体了,粗体设置无效

xygkevin avatar May 26 '22 17:05 xygkevin