项目作者: BhavinGupta

项目描述 :
Dynamic tableview cell with dynamic height as per the data populated in cell.
高级语言: Objective-C
项目地址: git://github.com/BhavinGupta/Dynamic-TableView-Cell.git
创建时间: 2017-06-14T10:37:47Z
项目社区:https://github.com/BhavinGupta/Dynamic-TableView-Cell

开源协议:

下载


Dynamic-TableView-Cell

Dynamic tableview cell with dynamic height as per the data populated in cell.

Dynamic table view cell configured in a very elegant way to use it in table by just subclassing the custom cell with new way of
calucalting the height of row and cell with populated data in array.

Simple to use and makes the cell dynamic as per the new features in iOS 8 and greater

Please go through the demo once and let me know if it is useful for your projects. It hardly takes 10 or 15 mins to make a
dynamic cell in your tableview.