Since iOS6, I have never had a issue with the table view striped background displaying as I have always used backgroundColor : 'transparent',.
Here is my tableview with the grouped style. How can I remove the striped background so it is transparent?
var aboutView = Titanium.UI.createTableView({ data : connectdata1, style : Titanium.UI.iPhone.TableViewStyle.GROUPED, backgroundColor : 'transparent', separatorColor : '#cccccc', top : 585, zIndex: 9, }); viewMain.add(aboutView);
4 Answers
Update to the last SDK. It's solved now. ;)
I am still having issues with this even after the update.
Have you selected the new Titanium SDK in tiapp.xml?
Is there a way to use the striped background still? Or is there no way to add it if we want it. I cannot find it anywhere in the documentation on how to get it back.
Your Answer
Think you can help? Login to answer this question!