Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27533] iOS: TabbedBar backgroundColor is not working with latest SDK

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2019-11-15T21:22:07.000+0000
Affected Version/sRelease 8.2.1, Release 8.2.0
Fix Version/sn/a
ComponentsiOS
LabelsengTriage
ReporterAminul Islam
AssigneeVijay Singh
Created2019-11-09T13:28:52.000+0000
Updated2019-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

FileDateSize
BG_Color.png2019-11-13T14:29:17.000+000099172
iPhoneX_12_2.png2019-11-12T20:24:45.000+000068990
Simulator Screen Shot - iPhone X - 2019-11-09 at 14.55.26.png2019-11-09T13:27:23.000+000069244

Comments

  1. Alan Hutton 2019-11-15

JSON Source