Skip to content

Commit c682c9d

Browse files
Tyler FoxTyler Fox
authored andcommitted
Update README
1 parent 92161b1 commit c682c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TableViewCellWithAutoLayout
22
===========================
33

4-
Demonstration of using Auto Layout in UITableViewCell for dynamic variable row heights. Requires Xcode 5 and iOS 7.
4+
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](https://github.com/smileyborg/UIView-AutoLayout) for setting up constraints in code.
55

66
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).
77

0 commit comments

Comments
 (0)