Skip to content

NextFaze/WKPagesCollectionView

 
 

Repository files navigation

WKPagesCollectionView

An implementation of the tab switcher as seen in Safari for iOS (> 7.0) using UICollectionViews.

Features:

  • Page flipping tranform
  • Tap on a page to select it
  • Swipe the cell to the left to delete it
  • New cells can be added at the bottom

Video

Usage

CocoaPods

pod 'WKPagesCollectionView', :git => 'git@github.com:NextFaze/WKPagesCollectionView.git'

Manually

Add WKPagesCollectionView folder and the following files inside it to project :WK.h, WKPagesCollectionView.h, WKPagesCollectionView.m, WKPagesCollectionViewCell.h, WKPagesCollectionViewCell.m, WKPagesCollectionViewFlowLayout.h, WKPagesCollectionViewFlowLayout.m;

License

WKPagesCollectionView is licensed under the terms of the Apache License, version 2.0. Please see the LICENSE file for full details.

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 93.7%
  • C 3.5%
  • Ruby 2.8%