forked from kharrison/CodeExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (10 loc) · 689 Bytes
/
Copy pathREADME
File metadata and controls
15 lines (10 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=======================================================================
SelfSize - Self-sizing table view cells with varying row heights
Version 1.0 07 August 2014 Initial version.
=======================================================================
Example of using self-sizing table view cells and universal storyboards
introduced in iOS 8. This is a reworking of the Huckleberry project removing
code that is no longer required. The full details are in the following post:
http://useyourloaf.com/blog/2014/08/07/self-sizing-table-view-cells.html
The original post can also be found here:
http://useyourloaf.com/blog/2014/02/14/table-view-cells-with-varying-row-heights.html