CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2016 |
Maintained by xuyufang.
多 UIScrollView 联动
Xib加载 或代码 alloc.init 后
配置方法,属性或block, 事件代理(左右滑出界,停止滚动时的当前页)pod 'YFLinkageScroll', '~> 1.0.1'
/**
* 初始化
* 缩放1.2
* slider按tagArr的title字符宽度
*/
- (void)configWithScrolltagArray:(NSArray *)tagArr
visibleCount:(float)visibleCount
sliderType:(YFSliderType)type
contentScrollItem:(NSArray *)contentArr;
/**
* 自定义初始化
*/
- (void)configWithScrolltagArray:(NSArray *)tagArr
tagScrollEdgeInset:(UIEdgeInsets)tagEdge
tagScale:(CGFloat)tagScale
configTagItemBlock:(YFTagItemConfigration)block
visibleCount:(float)visibleCount
sliderType:(YFSliderType)type
customSlider:(UIView *)customSlider
contentScrollItem:(NSArray *)contentArr;
This project is under MIT License. See LICENSE file for more information.