{ "id": "62583", "key": "TIMOB-1951", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-09T17:12:55.000+0000", "created": "2011-04-15T03:06:22.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "versions": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-09T17:12: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": "{html}

loading an array of images for an image animation with\r\nUIImageView like this:

\r\n
\r\nvar images = [];\r\nimages.push('images/img1.png');\r\nimages.push('images/img2.png');\r\nvar animation = Titanium.UI.createImageView({\r\n   images:images,\r\n   duration:100,\r\n   repeatCount:0\r\n});\r\n
\r\nIgnores the @2x versions of each image this way, running it without\r\nan extension (iOS 4 specific) doesnt show the images at all.
{html}", "attachment": [], "flagged": false, "summary": "iOS: UIImageView images array, lacks @2x support.", "creator": { "name": "jeroenk.", "key": "jeroenk.", "displayName": "Jeroen K.", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jeroenk.", "key": "jeroenk.", "displayName": "Jeroen K.", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "209594", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Confirmed valid against SDK 2.2.0.014b86f.\r\n\r\nComplete test code, using @2x images available from Kitchen Sink:\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nvar images = [];\r\nimages.push('images/dog.jpg');\r\nimages.push('images/fence.jpg');\r\nvar animation = Titanium.UI.createImageView({\r\n images:images,\r\n duration:100,\r\n repeatCount:10\r\n});\r\nwin.add(animation);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-26T10:15:53.000+0000", "updated": "2012-07-26T10:15:53.000+0000" }, { "id": "421655", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed, any problems please open a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-09T17:12:55.000+0000", "updated": "2017-06-09T17:12:55.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }