{ "id": "174262", "key": "TIMOB-27474", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2019-10-16T14:15:05.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "20827", "name": "Release 8.2.0", "archived": false, "released": true, "releaseDate": "2019-09-19" } ], "issuelinks": [], "assignee": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2019-10-16T16:03:16.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "With the introduction of [NavigationWindow|https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.NavigationWindow] as a cross platform component in 8.0.0 we now have some parity issues when it comes to configuring the native ActionBar/NavigationBar.\r\n\r\nh2. iOS\r\nOn iOS the underlying NavigationBar can easily be configured with a bunch of properties directly in the containing {{Window}}. Namely these are:\r\n- leftNavButton\r\n- leftNavButtons\r\n- rightNavButton\r\n- rightNavButtons\r\n- hideBackButton\r\n- titleControl\r\n\r\n*Example*\r\n{code}\r\n\r\n \r\n \r\n \r\n \r\n