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
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 :)