purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 298 B
Markdown
```css
// Property: needsSave
// Description: Set to true everytime you have updated the user activity and need the changes to be saved before handing it off to another device.
// Component(s): Ti.App.iOS.UserActivity
'.needs-save': { needsSave: true }
'.needs-save-false': { needsSave: false }
```