```css
// Property: forceTouchSupported
// Description: Determines if the 3D-Touch capability &quot;Force Touch&quot; is supported (true) or not (false) by the device.
// Component(s): Ti.UI.iOS
'.force-touch-supported': { forceTouchSupported: true }
'.force-touch-supported-false': { forceTouchSupported: false }
```