LGRightMoreView 1.0.0

LGRightMoreView 1.0.0

lanligang mac mini 维护。



  • 作者:
  • LenSky

LGRightMoreView

UICollectionView 右侧滑动可以将视图推送到下一个控制器组件

使用方法

StateFooterMore *rightVFooter = [[StateFooterMore alloc]init];
[rightVFooter addTargert:self andSelect:@selector(loardMoreAction)];
myCollectionView.rightFooter = rightVFooter;


属性说明:

circleColor 设置右侧弧形颜色

canShowRight 正常状态下是否展示右侧部分

添加 响应的SEL方法
-(void)addTargert:(id)target andSelect:(SEL)selecor;