TOScrollBar
TOScrollBar copied to clipboard
An interactive scroll bar for traversing comically massive scroll views.
self.myItemsTableView.showsVerticalScrollIndicator = true scrollBar.trackTintColor = UIColor.black scrollBar.trackWidth = 3.3 myItemsTableView.to_add(scrollBar) myItemsTableView.indicatorStyle = UIScrollViewIndicatorStyle.black myItemsTableView.separatorInset = myItemsTableView.to_scrollBar!.adjustedTableViewSeparatorInset(forInset: myItemsTableView.separatorInset)] this is how i added the control. If Im missing any code please...
1) With `handleExclusiveInteractionEnabled = true`, when I grab the scroll bar handle, and drag my finger around quickly (on or away from the handle), it stops recognizing my finger's location,...