UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 396 B
```css // Property: resultsSeparatorStyle // Description: The separator style of the search results (iOS-only). // Component(s): Ti.UI.ListView, Ti.UI.TableView '.results-separator-style-table-view-none': { resultsSeparatorStyle: Ti.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE } '.results-separator-style-table-view-single-line': { resultsSeparatorStyle: Ti.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE } ```