[TIMOB-13382] Specification: Create Ti.UI.Label.shadowOffset property specificaltion
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-10-30T17:20:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 22, 2013 Sprint 22 API, Release 3.2.0 |
Components | Specification |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Ingo Muschenetz |
Created | 2013-04-04T22:47:48.000+0000 |
Updated | 2017-03-14T20:19:20.000+0000 |
Description
The spec needs to take into consideration what is possible on the different platforms, and how each platform specifies text shadows. Also, the name shadowOffset is not set in stone. If the name doesn't make sense given what is being specified, then change it to be more descriptive.
Both iOS and android support shadow offset, shadowColor and shadowRadius. shadowRadius on iOS is supported through attributed strings (though the constant is called blurRadius in accordance with NSAttributedString constants). Without the use of attributed string only shadowColor and shadowOffset are supported.
Closing ticket as fixed.