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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
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.
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.
5
5
6
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).
0 commit comments