```scss
// Property(ies): dimBackgroundForSearch - iOS Only
// Component(s): Ti.UI.ListView, Ti.UI.TableView
'.dim-background-for-search[platform=ios]': { dimBackgroundForSearch: true }
'.dont-dim-background-for-search[platform=ios]': { dimBackgroundForSearch: false }
```