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
pod 'WKPagesCollectionView', :git => 'git@github.com:NextFaze/WKPagesCollectionView.git'
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;
WKPagesCollectionView is licensed under the terms of the Apache License, version 2.0. Please see the LICENSE file for full details.