UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 301 B
```css // Property: pruneSectionsOnEdit // Description: Determines if empty sections are retained when the user completes editing the list view. // Component(s): Ti.UI.ListView '.prune-sections-on-edit': { pruneSectionsOnEdit: true } '.prune-sections-on-edit-false': { pruneSectionsOnEdit: false } ```