[TIMOB-6927] iOS: Add label styling to map annotations
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2011-12-29T11:51:36.000+0000 |
Updated | 2012-09-27T16:53:43.000+0000 |
Description
A feature request has come in for the ability to style text on annotations. This would need to be a completely new annotation type which displays an object styled as a label. Will probably have to accept
Ti.UI.Label
objects for title
and subtitle
properties to ensure that they're styled correctly, and that we support every styling feature that a label does.
Android will need a parity ticket if this feature is implemented.
No comments