Skip to content

mcpoet/TableViewCellWithAutoLayout

 
 

Repository files navigation

TableViewCellWithAutoLayout

Demonstration of using Auto Layout in UITableViewCell for dynamic variable row heights. Requires Xcode 5 and iOS 7. The project also takes advantage of the open source UIView+AutoLayout API for setting up constraints in code.

This sample project displays a table view with cells that contain a single line title label, and a multi-line body label (which contains a random amount of text per cell).

See the original post on Stack Overflow for more info:

http://stackoverflow.com/questions/18746929/using-auto-layout-in-uitableview-for-dynamic-cell-layouts-variable-row-heights

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.

About

Sample project demonstrating the use of Auto Layout in UITableViewCell for dynamic variable row heights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published