Hey,
i am trying to change the style of my tabelview dynamicly....
memberTableView.setStyle(Ti.UI.iPhone.TableViewStyle.PLAIN);But it doesn't seem to work .... Any idea?
1 Answer
Hi Nico
Not possible I am afraid, I think this is a fault of the documentation suggesting it is possible when it is not.
Just to check - I have done a series of tests for example;
- Just asking it to change
- Forcing a setData() right afterwards
- With and without headerViews and footerViews
- Changing before the table is added to the parent view/window
- From plain to grouped and grouped to plain.
No combination I tried resulted in the table style changing once the table has been set.
Sorry
Your Answer
Think you can help? Login to answer this question!