CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ZCTableviewHeightCache 0.1.1

ZCTableviewHeightCache 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by ooppstef.



  • By
  • Charles

UITableView+ZCTableCellHeightCache

Category of UITableView

Only one property:zc_enableCache

You can make the tableview to auto cache the height of cells by setting the property to YES.

Just for fun!

Usage

self.tableView.zc_enableCache = YES;

Requirements

iOS7+ and ARC

Installation

Available through CocoaPods

pod 'ZCTableviewHeightCache'

Details

Here's chinese blog to introduce the details.Click Me