```scss
// Property(ies): activeIconIsMask - iOS Only
// Component(s): Ti.UI.Tab
'.active-icon-is-mask[platform=ios]': { activeIconIsMask: true }
'.active-icon-is-not-mask[platform=ios]': { activeIconIsMask: false }
```