Skip to content

Commit e5184e5

Browse files
committed
Update README for new iOS 8 sample project
1 parent 7d4d16e commit e5184e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
TableViewCellWithAutoLayout
1+
TableViewCellWithAutoLayoutiOS8
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, and is a universal app that will run on iPhone and iPad.
4+
Sample project demonstrating self-sizing table view cells in iOS 8, using Auto Layout in UITableViewCell to achieve dynamic layouts with variable row heights. This project requires Xcode 6 and iOS 8, 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

@@ -11,4 +11,4 @@ See the original post on Stack Overflow for more info:
1111

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

14-
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).
14+
If you have questions or run into issues, please [open a new Issue on this GitHub project](https://github.com/smileyborg/TableViewCellWithAutoLayoutiOS8/issues/new) or reach out to me on Twitter [@smileyborg](https://twitter.com/smileyborg).

0 commit comments

Comments
 (0)