I have an interesting UI where a table view contains some lines of text. There are certain words in each line that I need to highlight and those words can be selected to render some tooltip.
I thought of using labels for these words so I can highlight them and also capture any touch events. But I couldn't find a way of achieving a flow layout.
Is there a better approach to do this?
Thanks in advance for the help!