nicksnyder / ios-cell-layout

How to use autolayout for dynamically sized UITableViewCells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

How to correcly compute dynamic UITableViewCell heights on iOS 7,8,9.

  • On iOS 7 heights are computed by manually running auto layout.
  • On iOS 8 heights are automatically computed by the table view with some workarounds for bugs in UIKit.
  • On iOS 9 heights are automatically computed by the table view.

Requirements

Xcode 6.3.2

Tested

iPhone and iPad simulator (iOS 7.1, 8.1, 8.2, 8.3, 9.0)

About

How to use autolayout for dynamically sized UITableViewCells

License:MIT License


Languages

Language:Swift 100.0%