ios8からのself sizing cellが便利すぎてうける

むしろ何故コレができるのに8までかかったのか

追記

    self.tableView.rowHeight = UITableViewAutomaticDimension

    func tableView(tableView: UITableView, estimatedHeightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat {
        return UITableViewAutomaticDimension
    }