Skip to content

Commit cb8913c

Browse files
committed
Update README
1 parent 9626ad9 commit cb8913c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
TableViewCellWithAutoLayoutiOS8
22
===========================
33

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.
4+
*Note: This sample project requires __Xcode 6__ and __iOS 8__. For a sample project demonstrating the iOS 7 compatible implementation, [click here](https://github.com/smileyborg/TableViewCellWithAutoLayout).*
5+
6+
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 is a universal app that will run on iPhone and iPad. This implementation is only compatible with iOS 8 and later.
7+
8+
There are two branches in this repository:
9+
10+
1. **master** - A Swift implementation
11+
2. **[objective-c](https://github.com/smileyborg/TableViewCellWithAutoLayoutiOS8/tree/objective-c)** - An Objective-C implementation
512

613
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).
714

0 commit comments

Comments
 (0)