Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3422] iOS - TableViewRow more properties request

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2013-03-29T22:48:39.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelstbs-1.9.0, training, triage
ReporterPedro Enrique
AssigneeVishal Duggal
Created2011-04-15T03:44:58.000+0000
Updated2017-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":
    1. UITableViewCellStyleDefault,
    2. UITableViewCellStyleValue1,
    3. UITableViewCellStyleValue2,
    4. 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

Comments

  1. James K 2011-04-15

    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.

  2. Doney 2011-04-15

    Please prioritize this.

  3. Sindre Sorhus 2011-04-15

    1. No point in having to create a custom view with worse performance, when you only want a simple subtitle.
  4. Reggie Seagraves 2011-04-15

    This will occur as part of an update to Tableviews in 1.8.

  5. Sindre Sorhus 2012-01-18

    Which didn't happen. Any updates on this? This is sorely needed, since the performance of custom tableViewRows are bad.
  6. Neeraj Gupta 2012-01-18

    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).
  7. Matthew Lanham 2012-03-06

    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?
  8. Sindre Sorhus 2012-04-17

    Any updates on this?
  9. Matthew Lanham 2012-04-17

    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!
  10. Hans Knöchel 2013-01-05

    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.
  11. Pedro Enrique 2013-01-13

    Open source module that exposes those types: https://github.com/pec1985/TiTable
  12. Max Stepanov 2013-03-29

    Titanium developers are encouraged to use new ListView available with 3.1.0.GA See TIMOB-12175 for details.
  13. Lee Morris 2017-03-22

    Closing ticket as the issue will not fix and with reference to the above comments.

JSON Source