[TIMOB-1955] iOS: Add support for new ellipsize and word wrap properties on labels
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-04-28T17:24:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | iOS |
Labels | feature, ios, label |
Reporter | Thomas Huelbert |
Assignee | Sabil Rahim |
Created | 2011-04-15T03:06:25.000+0000 |
Updated | 2017-03-23T17:54:53.000+0000 |
Description
TIMOB-1918 describes the android side of things. Logging for iOS support as per Don.
heres a snippet from that record: "New wordWrap & ellipsize properties for Label, to enable developer to control if wrapping occurs (which it does by default) and whether to automatically show an ellipsis at the end of the view if text is too long to show in its entirety."
We also put ellipsize on TextField/TextArea at Kevin's request (per a customer).
We feel this duplicates TIMOB-14235 as the developer can accomplish the same thing using that functionality. If that is not the case, please let us know.
Closing ticket as duplicate with reference to the linked issues above.