CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ScrollBarTagView 1.0.1

ScrollBarTagView 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2016

Maintained by daisuke.



  • By
  • Daisuke

alt tag

Installation

Common

copy ScrollBarTagView folder (ScrollBarTagView.h / ScrollBarTagView.m)

Usage

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
}];