###What's new
- UICollectionView support
========== #####Cocoa pods
pod 'WCFastCell'
###What it is? WCFastCell is a drop in replacement for UITableViewCell & UICollectionViewCells. It draws subviews' contents (either UILabels or UIImageViews) on a single layer. Thanks to that UITableViews & UICollectionViews scroll more smoothly. It can be especially useful on older devices.

#####Device: iPhone 4
Just change the class of your UITableViewCell (or it's subclass) to WCFastCell (or set WCFastCell as a base class accordingly).
###What it isn't?
If you need to animate cell's contents you should not use WCFastCell, but in other cases you are free to use it.
###License Copyright (c) 2013-2014 Wojciech Czekalski. All rights reserved.
WCFastCell is free and open source code, licensed under MIT. See LICENSE for full details.