[TIMOB-24080] iOS: Add paragraph styles to AttributedString
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-09-19T19:00:24.000+0000 |
Affected Version/s | Release 6.3.0, Release 7.1.0 |
Fix Version/s | Release 7.5.0 |
Components | Android, iOS |
Labels | attributedString |
Reporter | Flavio De Stefano |
Assignee | Vijay Singh |
Created | 2016-10-27T14:58:39.000+0000 |
Updated | 2018-09-19T20:58:01.000+0000 |
Description
Add LineHeight property for AttributedString
PR: https://github.com/appcelerator/titanium_mobile/pull/8558
Hey Flavio, thanks for the PR! Please add Android parity, docs, unit-tests and example-code for your PR, thx!
I'll address today. But, there's no Android parity, cause AttributedString are missing on Android. Right?
Ti.UI.AttributedString
is cross-platform.Oh, I didn't notices that, sorry :) I'll indagate on how to implement in Android. Thank you.
Demo:
Moving out of 6.2.0, since we are trying to finalize the version the upcoming weeks and the PR has outstanding code-review adjustments.
PR - https://github.com/appcelerator/titanium_mobile/pull/10032 Test Case -
FR passed.
Verified the fix on SDK 7.5.0.v20180919120117. Works fine.Closing