Merge branch ‘release/0.1.5’
A collection view subclass that enables swipe to select multiple cells just like in Photos app.
You can use CocoaPods to install SwipeSelectingCollectionView by adding it to your Podfile:
SwipeSelectingCollectionView
Podfile
platform :ios, '8.0' use_frameworks! pod 'SwipeSelectingCollectionView'
To get the full benefits import SwipeSelectingCollectionView wherever you import UIKit
import UIKit import SwipeSelectingCollectionView
SwipeSelectingCollectionView.xcodeproj
import SwipeSelectingCollectionView let collectionView = CollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
We would love you for the contribution to SwipeSelectingCollectionView, check the LICENSE file for more info.
LICENSE
Shane Qi – @shadowqi – qizengtai@gmail.com
Distributed under the Apache License 2.0. See LICENSE for more information.
https://github.com/shaneqi/SwipeSelectingCollectionView
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwipeSelectingCollectionView
Requirements
Installation
CocoaPods
You can use CocoaPods to install
SwipeSelectingCollectionView
by adding it to yourPodfile
:To get the full benefits import
SwipeSelectingCollectionView
wherever you import UIKitManually
SwipeSelectingCollectionView.xcodeproj
in your project.Usage example
Programmatically
Interface Builder
Contribute
We would love you for the contribution to SwipeSelectingCollectionView, check the
LICENSE
file for more info.Meta
Shane Qi – @shadowqi – qizengtai@gmail.com
Distributed under the Apache License 2.0. See
LICENSE
for more information.https://github.com/shaneqi/SwipeSelectingCollectionView