Titanium Community Questions & Answer Archive

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

iPad - Masterview grouped table view background nowt working

I'm trying to change the background color of a grouped table view like this with no success:

var feedsTable = Ti.UI.createTableView({
  data:data,
  style:Titanium.UI.iPhone.TableViewStyle.GROUPED,
  backgroundColor: '#fdf5e5',
  rowBackgroundColor: '#f7f7f7'
});

the property backgroundColor has no effect on this table view, I keep getting that clear blue, it never changes.

— asked May 6th 2010 by Santiago Obando
  • grouped
  • ipad
  • masterview
  • splitview
  • tableview
1 Comment
  • Just tested this and it works fine on the iPhone (SDK 3.1.3) - so I'm guessing it's an issue between Ti and SDK 3.2?

    — commented June 9th 2010 by Ryan Marshall

5 Answers

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.