[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.
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.
Can someone take a look at this?
This is a feature request and would affect all platforms. Updated to reflect that fact.
Any updates? This would be very useful, since creating this using views is way to slow.
Been waiting for this for a really long time... ??
This can be achieved by adding labels inside the row, or using a
ListView
instead