donggelaile / CollectionSwipableCellExtension

Swipable buttons for UICollectionView and UITableView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CollectionSwipableCellExtension

说明

这个库是从CollectionSwipableCellExtension fork过来的,感谢原作者的贡献

由于原库未发布到cocoapods公共仓库,无法使用pod进行(可以在podfile中指定git地址集成,但是无法在podspec中作为一个依赖库进行依赖)

因此fork过来后加前缀为 HD_FORK_CollectionSwipableCellExtension 并发布到pods公共仓库 (这里改名的原因是防止作者后期想发布的时候名称已经被占用了,且改的前缀中加 fork 标记非个人实现)

集成

pod 'HD_FORK_CollectionSwipableCellExtension'

About

Swipable buttons for UICollectionView and UITableView

License:MIT License


Languages

Language:Swift 96.7%Language:Objective-C 1.7%Language:Ruby 1.6%