Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 544 Bytes

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.