{ "id": "144482", "key": "AC-781", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2015-02-16T00:50:20.000+0000", "created": "2015-02-11T14:18:06.000+0000", "labels": [ "3.5.0GA", "ios", "navTintColor" ], "versions": [], "issuelinks": [], "assignee": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "updated": "2016-03-08T07:37:03.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14544", "name": "Alloy", "description": "Please enter tickets related to the Alloy here." } ], "description": "navTintColor doesn't work in 3.5.0GA. It's ignored, and stays black on the iPhone and simulator.\r\n\r\nSame code works in 3.4.x.", "attachment": [], "flagged": false, "summary": "navTintColor doesn't work in 3.5.0GA", "creator": { "name": "marcgalapos", "key": "marcgalapos", "displayName": "Marc Galapos", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "marcgalapos", "key": "marcgalapos", "displayName": "Marc Galapos", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Studio", "comment": { "comments": [ { "id": "343009", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "Hi,\r\n\r\nPlease provide the simple test case to reproduce your problem. That will be really helpful to address your issue. Thanks\r\n\r\nRegards,\r\nShuo", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2015-02-12T01:08:25.000+0000", "updated": "2015-02-12T01:08:25.000+0000" }, { "id": "343019", "author": { "name": "beaurepair", "key": "beaurepair", "displayName": "Beau Gibson", "active": true, "timeZone": "Australia/Sydney" }, "body": "navTintColor only recolours buttons. Use titleAttributes to change text color\r\n\r\nSee http://developer.appcelerator.com/question/156059/ios7-change-color-of-backbutton-and-window-title#answer-281727", "updateAuthor": { "name": "beaurepair", "key": "beaurepair", "displayName": "Beau Gibson", "active": true, "timeZone": "Australia/Sydney" }, "created": "2015-02-12T01:58:31.000+0000", "updated": "2015-02-12T01:58:31.000+0000" }, { "id": "343031", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "HI,\r\n\r\nWhat you mean navTintColor doesn't work. tried your test code, and it works well. Please see the following code.\r\n\r\n{code:title=app.js}\r\nvar button = Ti.UI.createButton({\r\n\ttitle: \"button\"\r\n});\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white',\r\n barColor : \"#000000\",\r\n title : \"This is a title\",\r\n navTintColor : \"#FFFFFF\",\r\n leftNavButton: button,\r\n titleAttributes : {\r\n color : \"#FFFFFF\",\r\n },\r\n});\r\n\r\nvar win1 = Titanium.UI.iOS.createNavigationWindow({\r\n window: win\r\n});\r\n\r\nwin1.open();\r\n{code}", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2015-02-12T06:32:42.000+0000", "updated": "2015-02-12T06:33:08.000+0000" }, { "id": "343033", "author": { "name": "beaurepair", "key": "beaurepair", "displayName": "Beau Gibson", "active": true, "timeZone": "Australia/Sydney" }, "body": "Yes navTintColor works for colour system controls eg(back button) whereas title attributes will colour the window title", "updateAuthor": { "name": "beaurepair", "key": "beaurepair", "displayName": "Beau Gibson", "active": true, "timeZone": "Australia/Sydney" }, "created": "2015-02-12T06:46:11.000+0000", "updated": "2015-02-12T06:46:11.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }