[TIMOB-7247] iOS: Support Ti.UI.View.backgroundRepeat on Ti.UI.Button
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-05-30T14:47:29.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:51:18.000+0000 |
Updated | 2017-05-30T14:47:29.000+0000 |
Description
As per the documentation, we need to support background tiling on
Ti.UI.Button
. Because this component uses custom background code, we need to determine how to solve this issue.
Note that because there are several background properties on Ti.UI.Button
we should be expected to support background tiling for all of them.
*NOTE*: This requires backgroundRepeat
settings for each possible background image setting on the button, which introduces an entirely new set of API points.
Closing issue as fixed as the related tickets show that this has been implemented.