[AC-5791] [Docs] Set rowSeparatorInsets as deprecated API
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2018-07-04T12:04:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Documentation |
Labels | n/a |
Reporter | nicolomonili |
Assignee | Shak Hossain |
Created | 2018-07-04T08:08:34.000+0000 |
Updated | 2018-07-04T12:05:51.000+0000 |
Description
Set this property
[http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-rowSeparatorInsets](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-rowSeparatorInsets)
as deprecated in favor of [http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-listSeparatorInsets](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-listSeparatorInsets)
rowSeparatorInsets
applies to insets of *cells* inside the ListView,listSeparatorInsets
applies to insets of the header and footer view. The latter one replaces the deprecated (since 5.4.0) propertytableSeparatorInsets
for naming parity. See more in [this commit](https://github.com/appcelerator/titanium_mobile/commit/23c44282f329bf643b602f44b450992e65f54348).Ops, sorry