Skip to content

Commit 8f75ea1

Browse files
committed
Update README
1 parent 1d8c459 commit 8f75ea1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
TableViewCellWithAutoLayout
22
===========================
33

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.
4+
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.
55

6-
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).
6+
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).
7+
8+
This project utilizes the open source [UIView+AutoLayout API](https://github.com/smileyborg/UIView-AutoLayout) to easily set up constraints in code.
79

810
See the original post on Stack Overflow for more info:
911

0 commit comments

Comments
 (0)