Highlighted text in iOS (karaoke like app)

后端 未结 2 1279
无人共我
无人共我 2020-12-29 13:51

I am trying to create a karaoke-like application but I\'m facing a problem.

I have a song as an mp3 and the corresponding lyrics shown in a UITextView. I want to hig

2条回答
  •  情歌与酒
    2020-12-29 14:09

    I found that the easiest way to do this would be using a uiwebview, insert the text in html format and underline/highlight it using javascript...hope it helps to everyone who want to do this :)

提交回复
热议问题