Cell折叠动效快速集成
查看次数:5337
下载次数:749
上传时间:2017-02-24
大小:6 B
快速集成Cell折叠动效
Demo地址:https://github.com/bref-Chan/CCFoldCell
使用方法----
解压文件,将文件拖入项目,然后新建Cell集成CCFoldCell,在Xib中对Cell属性进行设置,再在Cell实现文件中重写
- (NSTimeInterval)animationDurationWithItemIndex:(NSInteger)itemIndex animationType:(AnimationType)type;
方法,集成完成,
使用
[cell selectedAnimationByIsSelected:YES animated:YES completion:nil];
开始动画
收藏