purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 423 B
Markdown
```css
// Property: allowsMultipleSelectionInteraction
// Description: Allows a two-finger pan gesture to automatically transition the table view into editing mode and start selecting rows.
// Component(s): Ti.UI.ListView, Ti.UI.TableView
'.allows-multiple-selection-interaction': { allowsMultipleSelectionInteraction: true }
'.allows-multiple-selection-interaction-false': { allowsMultipleSelectionInteraction: false }
```