[AC-2939] [ios] TiLabel new verticalAlign broke a few things
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-08-09T00:43:21.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | ios, label |
| Reporter | Martin Guillon |
| Assignee | Federico Casali |
| Created | 2012-07-18T08:27:46.000+0000 |
| Updated | 2016-03-08T07:47:55.000+0000 |
Description
the new verticalAlign addition broke a few things on ios:
- default verticalAlign is top, should be center
- TiLabel size is not correctly updated on setText
- verticalAlign broke the textAlign
(will add a pull request soon)
pullrequest awaiting https://github.com/appcelerator/titanium_mobile/pull/2594
Hi Martin, thanks a lot for the precious feedback. Actually the issues you mentioned , have already been fixed by PR #2620 in the latest SDK: https://github.com/appcelerator/titanium_mobile/pull/2620 Can you confirm it is working as expected also for you?
yes that pull request fixed it. Thanks