Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
1.45k
stars
155
forks
source link
Accessibility Issue : Here UIAccessibilityTraits.button. should be UIAccessibilityTraits.Link #171
Closed
akshayjain14 closed 9 months ago
private func addDetectionAreaButton(frame: CGRect, detection: Detection, text: String) { let button = DetectionAreaButton(detection: detection) button.accessibilityLabel = text button.isAccessibilityElement = true
if swift(>=4.2)