You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
TableViewCellWithAutoLayout
2
2
===========================
3
3
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.
5
5
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.
7
9
8
10
See the original post on Stack Overflow for more info:
0 commit comments