Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A collection view subclass that enables swipe to select multiple cells just like in Photos app.

License

Notifications You must be signed in to change notification settings

vvit/SwipeSelectingCollectionView

Open more actions menu
 
 

Repository files navigation

SwipeSelectingCollectionView

A collection view subclass that enables swipe to select multiple cells just like in Photos app.

Swift 4+ iOS 8.0

demo

Requirements

  • Swift 4.0+
  • iOS 8.0+
  • Xcode 7.3+

Installation

CocoaPods

You can use CocoaPods to install SwipeSelectingCollectionView by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'SwipeSelectingCollectionView'

To get the full benefits import SwipeSelectingCollectionView wherever you import UIKit

import UIKit
import SwipeSelectingCollectionView

Manually

  1. Download and drop SwipeSelectingCollectionView.xcodeproj in your project.
  2. Congratulations!

Usage example

Programmatically

import SwipeSelectingCollectionView

let collectionView = CollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout()) 

Interface Builder

Contribute

We would love you for the contribution to SwipeSelectingCollectionView, check the LICENSE file for more info.

Meta

Shane Qi – @shadowqiqizengtai@gmail.com

Distributed under the Apache License 2.0. See LICENSE for more information.

https://github.com/shaneqi/SwipeSelectingCollectionView

About

A collection view subclass that enables swipe to select multiple cells just like in Photos app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 87.4%
  • Ruby 8.4%
  • Objective-C 4.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.