Small library with a subclass of collection view which support swipe to delete functionality. Uses RxSwift and RxCocoa. It only supports horizontal swipe to delete with FlowLayout
Using cocoapods
pod 'SwipeToDeleteCollectionView'
RxSwift, RxCocoa
Or simply copy classes
SwipeToDeleteCellVM.swift
SwipeToDeleteCollectionView.swift
SwipeToDeleteCollectionViewCell.swift
See Example project, (you don't have to use RxDataSources)