[TIMOB-2994] iOS: Add label to Ti:UI.DashboardItem
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:11:57.000+0000 |
Affected Version/s | Release 1.7.0, Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | dknell |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:34:21.000+0000 |
Updated | 2017-05-02T21:19:02.000+0000 |
Description
Please allow a text label to be specified in the Titanium.UI.createDashboardItem() function. Forcing the developer to create the label in the image is horrible for localization.
+1 from me.
I just got around to needing to use the dashboardView and was disappointed to see that the labels are use as simple properties in the KS example and not as actual labels.
I had a go at using a container view containing an image and a label, which does work, however you lose the ability to have a selected state on the image. I also tried using a button, but the dashboardItem 'steals' the click event and so there's no way to show the button being pressed.
From my experience over the past few hours trying all sorts of ideas out, it seems the dashboardView needs some love and attention, as soon as possible for it to be as useful as it could be.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.