Is it possible to change the back ground color of a Picker Column on iOS? I've tried the following and it doesn't work:
var column = Ti.UI.createPickerColumn({ backgroundColor: '#ccc' });
1 Answer
Accepted Answer
Unfortunately not (yet).
Your Answer
Think you can help? Login to answer this question!