UITableViewAutomaticDimension not working in Xcode 6.3
问题 I updated my Xcode to 6.3 along with Swift 1.2, and I made the transition. Everything works except dynamic row height for table view. I have those on 3 completely different table views, so it probably isn't something else influencing the bug. I set all of the table views to: tableView.rowHeight = UITableViewAutomaticDimension and all of my xib files are properly constrained. Any ideas? 回答1: I simply added UITableViewAutomaticDimension to estimatedrowforindexpath as well. You can see how it