Skip to content

gautamjain987/WCFastCell

 
 

Repository files navigation

WCFastCell

###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.

UITableViewCells vs WCFastCells

![](/Performance\ difference.png)

#####Device: iPhone 4

UITableViewCells: ~35 FPS
WCFastCells: ~60 FPS
Checkout the Sample project for more information.

How to use it?

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.

About me

Twitter: @wczekalski

Blog - Code Maverick

About

A drop-in replacement for UITableViewCell and UICollectionViewCell which draws contents using CoreGraphics. Seamless integration with nibs provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors