[TIMOB-24153] iOS: Add parity for Ti.UI.TextField.padding
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-11-18T04:20:30.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | iOS |
Labels | qe-6.1.0 |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2016-11-16T19:21:28.000+0000 |
Updated | 2016-11-18T18:29:14.000+0000 |
Description
We implemented the
padding
property in TIMOB-16512 for Android, but iOS still uses paddingLeft
and paddingRight
. We should update them for a better parity.
PR: https://github.com/appcelerator/titanium_mobile/pull/8615 Unit-Test: https://github.com/appcelerator/titanium-mobile-mocha-suite/pull/13 Test-Case:
Verified fixed,
padding
property is now supported with iOS, andpaddingLeft
/paddingRight
properties return Deprecated Warnings when used. Tested On: iPhone 6 Plus 10.1.1 Device & Simulator iPhone 5S 9.3.5 Device Mac OS Sierra (10.12.1) Ti SDK: 6.1.0.v20161118100640 Appc Studio: 4.8.0.201611121409 Appc NPM: 4.2.8 App CLI: 6.1.0-14 Xcode 8.1 Node v4.4.7 *Closing ticket.*