Skip to content

Commit 92161b1

Browse files
committed
Update README
1 parent e2c5422 commit 92161b1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
TableViewCellWithAutoLayout
22
===========================
33

4-
Sample of TableViewCell use with Auto Layout.
4+
Demonstration of using Auto Layout in UITableViewCell for dynamic variable row heights. Requires Xcode 5 and iOS 7.
55

6-
An example of using auto-layout in iOS7 as explained in...
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).
77

8-
http://stackoverflow.com/questions/18746929/using-auto-layout-within-uitableviewcell-for-dynamic-cell-layouts
8+
See the original post on Stack Overflow for more info:
99

10-
Original stackoverflow poster, @smileyborg, modified code to make functional, providing an excellent example of programmatically
11-
creating UITableViewCells with autolayout.
10+
http://stackoverflow.com/questions/18746929/using-auto-layout-in-uitableview-for-dynamic-cell-layouts-variable-row-heights
11+
12+
If you have questions or run into issues, please [open a new Issue on this GitHub project](https://github.com/smileyborg/TableViewCellWithAutoLayout/issues/new) or reach out to me on Twitter [@smileyborg](https://twitter.com/smileyborg).

0 commit comments

Comments
 (0)