```scss
// Property(ies): hidesSearchBarWhenScrolling - iOS Only
// Component(s): Ti.UI.Window
'.hides-search-bar-when-scrolling[platform=ios]': { hidesSearchBarWhenScrolling: true }
'.shows-search-bar-when-scrolling[platform=ios]': { hidesSearchBarWhenScrolling: false }
```