[TIMOB-3422] iOS - TableViewRow more properties request
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-03-29T22:48:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | tbs-1.9.0, training, triage |
Reporter | Pedro Enrique |
Assignee | Vishal Duggal |
Created | 2011-04-15T03:44:58.000+0000 |
Updated | 2017-03-22T17:51:21.000+0000 |
Description
According to http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableViewCell_Class/Reference/Reference.html%23//apple_ref/doc/c_ref/UITableViewCell">
Apple's API Documentation, the tableViewRows, AKA tableViewCell
have some properties that are not available in Titanium.
This is a feature request to add:
- detailTextLabel
- The four different "Cell Styles":
- UITableViewCellStyleDefault,
- UITableViewCellStyleValue1,
- UITableViewCellStyleValue2,
- UITableViewCellStyleSubtitle
There is a http://developer.appcelerator.com/helpdesk/view/76625">helpdesk ticket asking for this, and an http://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/Art/value1_value2_used.jpg"> image attached referring to some of these properties
I have implemented these styles locally and they appear to offer significant performance improvements over custom views and labels reproducing the same layouts.
Similar ticket from August 2010 https://appcelerator.lighthouseapp.com/projects/32238/tickets/1552-ios-tableviewrow-subtitle"> here.
Please prioritize this.
This will occur as part of an update to Tableviews in 1.8.
Which didn't happen. Any updates on this? This is sorely needed, since the performance of custom tableViewRows are bad.
This feature didn't go in 1.8 release. This is a priority task in our roadmap and will be part of the next release (1.9).
What's the latest with this? i asked for this in a helpdesk ticket in August 2011, has this made it into the CI build yet?
Any updates on this?
Can't believe this still hasn't been implemented, it's such a simple adjustment to the Objective-C to allow this, which i already provided in a previous ticket!
Next reminder! It was promised to be in the 1.8 AND 1.9 version which did not happend at all. Please update the next release to handle this basic feature.
Open source module that exposes those types: https://github.com/pec1985/TiTable
Titanium developers are encouraged to use new ListView available with 3.1.0.GA See TIMOB-12175 for details.
Closing ticket as the issue will not fix and with reference to the above comments.