2 "name": "DBDynamicHeightTableCell",
4 "summary": "A UITableViewCell subclass assisting in autolayout based dynamic height cells for tableviews",
5 "description": " A UITableViewCell subclass assisting in autolayout based dynamic height cells for tableviews. Uses recommended approach creating a prototype cell and systemLayoutSizeFittingSize to resize superview to systemLayoutSizeFittingSize all subviews of the cell's contentView with autolayout. Rather than the old method of sizeWithFont etc. \n",
6 "homepage": "https://github.com/danielbowden/DBDynamicHeightTableCell",
9 "Daniel Bowden": "github@bowden.in"
12 "git": "https://github.com/danielbowden/DBDynamicHeightTableCell.git",
16 "https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-AttributedLabels.png",
17 "https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-PlainLabels.png"
19 "social_media_url": "https://twitter.com/danielgbowden",
24 "source_files": "Classes",
25 "public_header_files": "Classes/*.h"