I need a way to display text which may contain links and images similar to the bottom message in this app. (see attached screen cap)
Should I draw the text and images directly onto a UIView? And if so, how should I make the link clickable and how should I calculate the size needed to draw everything? Or is there some type of control I use that supports adding text and images?
I really appreciate any input...
Should I draw the text and images directly onto a UIView? And if so, how should I make the link clickable and how should I calculate the size needed to draw everything? Or is there some type of control I use that supports adding text and images?
I really appreciate any input...