{ "id": "135145", "key": "TIMOB-17617", "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": "2014-08-22T00:55:23.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "TCSupport" ], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:19.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "This is more of a nice to have :)\r\n\r\nInstead of adding a Label within a TableViewRow, _(while crossing over the JSbridge into Native to create a Label & Row)_ is to have the possibility to have titleAttributes to the Row's title \r\n\r\n(see this for more on TableViewRow performance: http://docs.appcelerator.com/titanium/latest/#!/video/97758718 ??@10:37?? ).\r\n\r\nIdeally is to have the possibility to modify the *titleAttributes* of Rows as objects to be placed in an Array and then passed to the TableView's data:\r\n\r\nexample:{code}\r\nvar myRows = [ {title:'Programs', titleAttributes: {color:'blue', font: {fontFamily:'Snell Roundhand', fontSize:36} } },\r\n {title:'Another Row', titleAttributes: {... } },\r\n {title:'A Third Row', titleAttributes: {...} } ]\r\ntableView.setData(myRows);\r\n{code}\r\n\r\nThe above would be much more performant than creating a Label within a TableViewRow for each row.", "attachment": [], "flagged": false, "summary": "iOS: Adding titleAttributes to Ti.UI.TableViewRow", "creator": { "name": "underlabs", "key": "underlabs", "displayName": "Joseph Sachs", "active": true, "timeZone": "America/Montreal" }, "subtasks": [], "reporter": { "name": "underlabs", "key": "underlabs", "displayName": "Joseph Sachs", "active": true, "timeZone": "America/Montreal" }, "environment": "Ti SDK 3.3.0, Mac OSX", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }