GitHub - drewet/TableViewCellWithAutoLayout: Demonstration of using Auto Layout in UITableViewCell to achieve dynamic layouts with variable row heights.
TableViewCellWithAutoLayout
Demonstration of using Auto Layout in UITableViewCell to achieve dynamic layouts with variable row heights. This project requires Xcode 5 and iOS 7, is a universal app that will run on iPhone and iPad.
This sample project displays a table view with cells that each contain a single-line title label and a multi-line body label (each cell's body label displays a random number of lorem ipsum words).
This project utilizes the open source UIView+AutoLayout API to easily set up constraints in code.
See the original post on Stack Overflow for more info:
If you have questions or run into issues, please open a new Issue on this GitHub project or reach out to me on Twitter @smileyborg.