Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Release 5.1.2
-
Fix Version/s: Release 5.2.0
-
Component/s: TiAPI
-
Labels:
-
Environment:
iOS 7, SDK 3.2.1GA
Description
The backgroundColor of the Picker control on iOS is hardcoded to white:
https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiUIPicker.m#L64
This becomes a problem when designing dark themed apps, that would need to reverse the colors of the picker (light colored text over dark background).
Ideally, color and backgroundColor should be exposed through properties of the Ti Picker control.