TableViewCellWithAutoLayout icon indicating copy to clipboard operation
TableViewCellWithAutoLayout copied to clipboard

Sample project demonstrating iOS 7 compatible auto sizing table view cells using Auto Layout.

Results 7 TableViewCellWithAutoLayout issues
Sort by recently updated
recently updated
newest added

I use Xib layout with auto-layout,but height is always 1.what is problem?

pod install gives error: [!] The dependency `PureLayout` is not used in any concrete target.

Remove unnessary preferredMaxLayoutWidth preferredMaxLayoutWidth.

Hi, @smileyborg, I'm so excited to use PureLayout when lost in large numbers of constraints added for views. However, when I tried to put the same code in a custom...

With the iOS7+ version of this piece of code running in iOS8/9, I get lots of layout conflicts and calls to `heightForRowAtIndexPath` for every row, so I merged both versions:...

the workaround I used is to use heightForRowAtIndexPath to return accurate height while cell using autolayout, is it a good way? do you have other good idea?