0

I want to highlight match text in UILabel as enter image description here

Here's my code, but I do not know how to highlight each matched text with background color of yellow

//Highlight Text
let string = self.myInterestsLbl.text
if string?.range(of:"Fashion") != nil {
   print("Highlight Fashion")
}
Nur II
  • 173
  • 1
  • 2
  • 16

0 Answers0