purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 312 B
Markdown
```css
// Property: allowUserCustomization
// Description: Allow the user to reorder tabs in the tab group using the Edit button on the More tab.
// Component(s): Ti.UI.TabGroup
'.allow-user-customization': { allowUserCustomization: true }
'.allow-user-customization-false': { allowUserCustomization: false }
```