```scss
// Property(ies): scrollsToTop - iOS Only
// Component(s): Ti.UI.ScrollView, Ti.UI.TableView, Ti.UI.TextArea, Ti.UI.WebView
'.scrolls-to-top[platform=ios]': { scrollsToTop: true }
'.dont-scrolls-to-top[platform=ios]': { scrollsToTop: false }
```