{ "id": "110852", "key": "TIMOB-16097", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2014-08-05T18:05:18.000+0000", "created": "2013-03-08T14:40:21.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [], "issuelinks": [ { "id": "39580", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "124232", "key": "TIMOB-16094", "fields": { "summary": "iOS 7: Allow users to set negative spacer in Window NavButton", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T21:58:39.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h3. Steps to Reproduce\r\nPlease provide the posibility to add more buttons to the right/leftNavButtons\r\nIn XCode it is possible to add an array to the left/rightNavButtons.\r\n\r\nh3. Actual Result\r\nNo support\r\n\r\nh3. Expected Result\r\nAdd support", "attachment": [], "flagged": false, "summary": "iOS: Add additional left/right NavButtons", "creator": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "subtasks": [], "reporter": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "environment": "SDK 3.0.2", "comment": { "comments": [ { "id": "242260", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "body": "The rightNavButton property expect an object of type Ti.UI.View; this means that you can add any view to it, not only buttons. You can then create a wrapper view and put the two buttons in it:\r\n\r\n{code}\r\nvar view = Ti.UI.createView({\r\n\tlayout: 'horizontal'\r\n});\r\n\r\nvar btn1 = Ti.UI.createButton({\r\n\ttitle: 'Btn 1'\r\n});\r\n\r\nvar btn2 = Ti.UI.createButton({\r\n\ttitle: 'Btn 2'\r\n});\r\n{code}\r\n\r\nHope it helps", "updateAuthor": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-03-14T16:39:00.000+0000", "updated": "2013-03-14T16:39:14.000+0000" }, { "id": "317073", "author": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "body": "Hi Ingo\r\nThis has been resolved in SDK. 3.3.0 so this request can be closed...", "updateAuthor": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "created": "2014-08-05T12:44:58.000+0000", "updated": "2014-08-05T12:44:58.000+0000" }, { "id": "415064", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate and links to the related ticket has been provided above.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T21:58:39.000+0000", "updated": "2017-03-22T21:58:39.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }