Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Change arrow colors of rows in table view

Hello!

I'd like to change the arrow colors of the rows in a table view, how can I do that without providing every row with a own picture?

Thanks for your help!

— asked May 24th 2010 by Feyyaz Alingan
  • iphone
  • mobile
  • titanium
0 Comments

2 Answers

  • Accepted Answer

    Like Tamas said, it's an iPhone SDK specific image/display.

    You can however set an image on the right side of the row through the property rightImage:


    tblRow.rightImage = '../images/rightarrow.png',

    — answered May 24th 2010 by Steve Clarke
    permalink
    0 Comments
  • You cannot. The row decorators are something provided and set by Apple. so you will have to make your own custom rows for this.

    — answered May 24th 2010 by Dan Tamas
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.