WKVerticalScrollBar icon indicating copy to clipboard operation
WKVerticalScrollBar copied to clipboard

Allow setting an explicit handle height

Open timbodeit opened this issue 10 years ago • 0 comments

I am using WKVerticalScrollBar with a round button as the scroll handle like so: screen shot 2015-11-10 at 00 33 50

To allow setting custom handle dimensions, I added an explicitHandleHeight and useExplicitHandleHeight attribute to WKVerticalScrollBar.

Other changes included in this pull request:

  • Immediatly update the handle color and handle width when setting them. Previously these changes only took effect after dragging the handle for the first time.
  • Explicitly specify WKVerticalScrollBar as a non-ARC project in the podspec.

timbodeit avatar Nov 09 '15 23:11 timbodeit