{ "id": "172799", "key": "AC-6085", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2019-01-04T13:56:57.000+0000", "created": "2018-12-31T22:45:24.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-01-04T13:56:57.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "attachment": [], "flagged": false, "summary": "Cannot hide bottom border in Window bar when using Large Titles", "creator": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "subtasks": [], "reporter": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "environment": "Ti SDK 7.5.1, Xcode 10.1", "comment": { "comments": [ { "id": "444898", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Please share a reproducible sample code for us to test the issue. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-01-01T23:12:51.000+0000", "updated": "2019-01-01T23:12:51.000+0000" }, { "id": "444979", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "Actually after creating a clean test case I managed to get this working.\r\n\r\nFor others who look here, here is the cleanest working sample code, using [this|http://abload.de/img/dottjz0w.png] 1 x 1px transparent png image:\r\n\r\n{code:java}\r\nvar win = Titanium.UI.createWindow({\r\n title: \"Magic!\",\r\n largeTitleEnabled: true,\r\n barImage: \"dot.png\",\r\n hideShadow: true\r\n});\r\n\r\nvar nav = Ti.UI.iOS.createNavigationWindow({\r\n window: win\r\n});\r\n\r\nnav.open();\r\n{code}\r\n\r\nThis code works with largeTitles and normal window titles.\r\n\r\nThis issue can be closed. So sorry for mucking you around.", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2019-01-03T23:12:06.000+0000", "updated": "2019-01-03T23:12:27.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }