WCFastCell 1.1

WCFastCell 1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Wojtek Czekalski.



  • By
  • Wojtek Czekalski (wczekalski)

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

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