I am trying to create a karaoke-like application, but I have a problem.
I have a song like mp3 and the corresponding lyrics shown in a UITextView. I want to highlight / emphasize (or something like that) the words that were heard from this mp3 file. I have the appropriate time for each word (startTime, endTime, duration), but I do not know how to select them.
I searched on Stack Overflow, but none of the questions already posted solved my problem.
I saw that a UITextView might not be appropriate for my requirement, but I have no idea what else to use.
I saw something like this presented at WWDC 2011: a demo run of the base animation "Bouncing Ball", but I was not able to implement it.
Please help me find a way to do this.
ios text highlight uitextview
stonycis
source share