[TIMOB-27533] iOS: TabbedBar backgroundColor is not working with latest SDK
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2019-11-15T21:22:07.000+0000 |
| Affected Version/s | Release 8.2.1, Release 8.2.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | engTriage |
| Reporter | Aminul Islam |
| Assignee | Vijay Singh |
| Created | 2019-11-09T13:28:52.000+0000 |
| Updated | 2019-11-15T21:22:07.000+0000 |
Description
Hello!
TabbedBar backgroundColor is not working with the latest SDK on iOS.
*Test Code*:
var win = Ti.UI.createWindow({
layout : "vertical"
});
var bb1 = Titanium.UI.createTabbedBar({
labels : ['One', 'Two', 'Three'],
backgroundColor : 'red',
top : 50,
height : 25,
width : 200
});
win.add(bb1);
win.open();
*Test Environment*:
I tested with 12.1 simulators both Ti SDK 8.2.0.GA, 8.2.1.GA
Please take a look at the attached screenshot.
Attachments
| File | Date | Size |
|---|---|---|
| BG_Color.png | 2019-11-13T14:29:17.000+0000 | 99172 |
| iPhoneX_12_2.png | 2019-11-12T20:24:45.000+0000 | 68990 |
| Simulator Screen Shot - iPhone X - 2019-11-09 at 14.55.26.png | 2019-11-09T13:27:23.000+0000 | 69244 |