[TIMOB-2670] iOS:UI - searchBar barColor property not supported
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-07-26T14:44:38.000+0000 |
| Affected Version/s | Release 1.5.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | alexoueb |
| Assignee | Neeraj Gupta |
| Created | 2011-04-15T03:26:34.000+0000 |
| Updated | 2012-07-26T21:06:48.000+0000 |
Description
Problem
barColor of the searchBar is black when it's loaded to the first time, even if barColor isn't empty.Test case
var searchBar = Ti.UI.createSearchBar({
barColor:'#f90',
height:43,
top:0,
visible:true
});
Can't reproduce in SDK 2.2.0.014b86f.