{ "id": "149420", "key": "TIMOB-19151", "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": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-10-09T02:28:55.000+0000", "created": "2015-07-02T22:49:38.000+0000", "epic": { "id": 149396, "key": "TIMOB-19145", "name": "iOS: iOS 9 Updates", "summary": "iOS: iOS9 Updates", "color": { "key": "color_1" }, "done": false }, "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "49282", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "151873", "key": "TIMOB-19691", "fields": { "summary": "iOS9: Enable SplitView / SlideView support", "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": "6", "description": "gh.issue.epic.desc", "name": "Epic", "subtask": false } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-10-29T23:56:55.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": "The iOS9 SplitView component requires its children views to use the iOS auto layout engine. This is also known as NSLayoutConstraint. This needs to be implemented in Titanium Views.", "attachment": [], "flagged": false, "summary": "iOS9: Implement native auto layout to use on iOS9 SplitView- NSLayoutConstraint", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 494, "state": "closed", "name": "2015 Sprint 20 SDK", "startDate": "2015-09-26T00:29:19.845Z", "endDate": "2015-10-10T00:29:00.000Z", "completeDate": "2015-10-12T05:33:30.964Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "364517", "author": { "name": "phemets", "key": "phemets", "displayName": "Paul Hemetsberger", "active": true, "timeZone": "Europe/Berlin" }, "body": "Is this the reason why iOS9 Slide Over doesn't work? \r\nIf that is the case I would ask you to please rank this higher. I keep getting lots of requests for this from our app users.", "updateAuthor": { "name": "phemets", "key": "phemets", "displayName": "Paul Hemetsberger", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-09-21T21:42:32.000+0000", "updated": "2015-09-21T21:42:32.000+0000" }, { "id": "364518", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "I second that. I am also being flooded with requests around this from users, who are expecting this feature to \"just work\".", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2015-09-21T21:44:46.000+0000", "updated": "2015-09-21T21:44:46.000+0000" }, { "id": "366266", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/7281", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-10-08T17:59:56.000+0000", "updated": "2015-10-08T17:59:56.000+0000" }, { "id": "366337", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR tested and merged. \r\n\r\nh4. Test cases\r\n1. To test this, add the following tag to the ios tag in tiapp.xml\r\n{code}\r\ntrue\r\n{code}\r\n2. with this flag enabled, after build, see /build/iphone/Classes/defines.h\r\n3. with this flag disabled, after build, see /build/iphone/Classes/defines.h\r\n4. scons, ti sdk install -d, and look in ~/Library/Application Support/Titanium/mobilesdk/osx//\r\n\r\nh4. Expected results\r\n2. you can find #define TI_USE_AUTOLAYOUT\r\n3. you cannot find #define TI_USE_AUTOLAYOUT\r\n4. you should not find any layout.xcodeproject. that is for unit test and only available in the repo, not sconsed sdk", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-10-09T02:28:39.000+0000", "updated": "2015-10-09T02:28:39.000+0000" }, { "id": "368378", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified implemented, using:\r\n\r\nMacOS 10.11.2 (15C27e)\r\nStudio 4.4.0.201510280736\r\nTi SDK 5.1.0.v20151028190028\r\nAppc NPM 4.2.1\r\nAppc CLI 5.1.0-38\r\nTi CLI 5.0.5\r\nAlloy 1.7.16\r\nArrow 1.3.13\r\nXcode 7.2 (7C46l)\r\nNode v0.12.7\r\nJava 1.7.0_80\r\nproduction\r\n\r\nThe use-autolayout property in the tiapp.xml is settable and correctly supplies defines.h with the TI_USEAUTOLAYOUT definition. This tag has been implemented, but the actual splitview feature still requires the launch screen storyboard", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-10-29T23:56:55.000+0000", "updated": "2015-10-29T23:56:55.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }