DCOTransparentScroller introduces a track-less NSScrollView and NSScroller.
It mimics the default appearance when a trackpad or magic mouse is used.
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.
Clone this repo and add files from DCOTransparentScroller to your project.
Open your nib in Interface Builder. Select the NSScrollview and change its class to DCOTransparentScrollView. Select both NSScrollers and change their class to DCOTransparentScroller.
It's not perfect and there are some cases where it glitches.
Reduce glitching ;).
New BSD License, see LICENSE for details.