iPhone - CLI version 3.2.1, Titanium SDK version 3.2.1.GA
how do i make the option label any other color ?
var opts = { cancel: 2, options: ['Confirm', 'Help', 'Cancel'], selectedIndex: 2, destructive: 0, title: 'Delete File?' };like i want to make the help text green and confirm text red how i do that ?
i do not see any method or property in the docs