Overview
September 19, 2018 ยท View on GitHub
DCOTransparentScroller introduces a track-less NSScrollView and NSScroller.
It mimics the default appearance when a trackpad or magic mouse is used.
Setup
Via cocoapods
Add this to your Podfile:
pod 'DCOTransparentScroller'
Then run pod install and you're set.
Via carthage
Add this to your Podfile:
github "DangerCove/DCOTransparentScroller"
Then run carthage update and you're set.
Manually
Clone this repo and add files from DCOTransparentScroller to your project.
Usage
Open your nib in Interface Builder. Select the NSScrollview and change its class to DCOTransparentScrollView. Select both NSScrollers and change their class to DCOTransparentScroller.
Known Issues
It's not perfect and there are some cases where it glitches.
Contributions and things to add
Reduce glitching ;).
License
New BSD License, see LICENSE for details.