I want to draw a score string where the latest change is another color like
1-0 and the "1" number should be red. According to various posts I could do this with UIWebView
or using Three20 or Nimbus.
UIWebView
seems like a tempting solution but I would think it would strain the device showing 5-10 webviews in a UITableView
?
Anyone done this with MonoTouch? From my Googling the bindings against Three20 isn't the easiest to setup and I didn't see anyone had done the bindings against Nimbus. The class I would like to use is this one: http://docs.nimbuskit.info/_n_i_attributed_label_8m_source.html