[TIMOB-7244] iOS: Support Ti.UI.View.backgroundRepeat on Ti.UI.Label
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-05-30T14:47:12.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | supporting |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2012-01-16T18:49:18.000+0000 |
Updated | 2017-05-30T14:47:12.000+0000 |
Description
As per the documentation, we need to support background tiling on
Ti.UI.Label
. Because this component uses custom background code, we need to determine how to solve this issue. The custom code mostly appears to involve background capping, which may now be covered by other settings on Ti.UI.View
.
Closing issue as fixed as the related tickets show that this has been implemented.