ScrollBarTagView 1.0.1

ScrollBarTagView 1.0.1

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最后发布2016年1月

daisuke 维护。



  • Daisuke

alt tag

安装

常见

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