Skip to content

Commit 80b2c87

Browse files
committed
Fix missing word in README
1 parent 8f00cc4 commit 80b2c87

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 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.
4+
Demonstration of using Auto Layout in UITableViewCell to achieve dynamic layouts with variable row heights. This project requires Xcode 5 and iOS 7, and is a universal app that will run on iPhone and iPad.
55

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

0 commit comments

Comments
 (0)