[TIMOB-1552] TiAPI: tableViewRow subtitle
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-02-12T15:10:09.000+0000 |
Affected Version/s | Release 1.6.0 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | tbs-1.9.0 |
Reporter | Sindre Sorhus |
Assignee | Rene Pot |
Created | 2011-04-15T02:55:50.000+0000 |
Updated | 2020-02-12T15:10:09.000+0000 |
Description
Support for the UITableViewRow initWithStyle:UITableViewCellStyleSubtitle by adding a property named "subtitle" to the tableView object.
This would make it easy to create the default title + subtitle tables many apps use.
Comments
- James K 2011-04-15
I submitted code to facilitate this (and the other cell style types) months ago when I was willing to pay for premium.
They initially expressed interest and I signed the agreement for contributors but despite several follow-up attempts nothing has happened.
- Sindre Sorhus 2011-11-17 Can someone take a look at this?
- Don Thorp 2011-11-17 This is a feature request and would affect all platforms. Updated to reflect that fact.
- Sindre Sorhus 2012-01-02 Any updates? This would be very useful, since creating this using views is way to slow.
- Sindre Sorhus 2012-06-25 Been waiting for this for a really long time... ??
- Rene Pot 2020-02-12
This can be achieved by adding labels inside the row, or using a
ListView
instead