Images inside of UILabel

Posted by enby on Stack Overflow See other posts from Stack Overflow or by enby
Published on 2010-06-16T23:42:16Z Indexed on 2010/06/16 23:42 UTC
Read the original article Hit count: 221

hello everyone!

I'm trying to find the best way to display images inside of UILabels (in fact, I wouldn't mind switching to something other than UILabel if it supports images with no hassle)

The scenario is:

  • I have a table view with hundreds of cells and UILabel being the main component of each cell
  • The text I assign to each cell contains sequences of characters that need to be parsed out and represented as an image

In simpler words, imagine a TableView of an instant messenger that parses replaces all ":)", ":(", ":D" etc with corresponding smiley images

Any input would be greatly appreciated!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview