复制 ScrollBarTagView 文件夹(ScrollBarTagView.h / ScrollBarTagView.m)
1.创建自己的 tagView
2.在代码中写下 - (void)viewDidAppear 方法
[ScrollBarTagView initWithScrollView:yourScrollView withTagView: ^UIView *{
// custom your tagView
return tagView;
} didScroll: ^(id scrollBarTagView, id tagView, CGFloat offset) {
// Scroll to change your tagView
}];