CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2016 |
Maintained by daisuke.
copy ScrollBarTagView folder (ScrollBarTagView.h / ScrollBarTagView.m)
1.create yourself tagView
2.- (void)viewDidAppear written under the code
[ScrollBarTagView initWithScrollView:yourScrollView withTagView: ^UIView *{
// custom your tagView
return tagView;
} didScroll: ^(id scrollBarTagView, id tagView, CGFloat offset) {
// Scroll to change your tagView
}];