TOScrollBar icon indicating copy to clipboard operation
TOScrollBar copied to clipboard

Custom Scroll bar is not showing in Swift 3

Open sarathdev opened this issue 7 years ago • 0 comments

    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 help to fix the issue.

sarathdev avatar Sep 27 '18 12:09 sarathdev