How do I use iOS auto resizing cells without specifying estimated row height?
问题 I want to leverage Auto Layout taking care of my cell heights automatically in iOS 8, but I hate how finicky estimated row heights make scrolling (jumpy, scroll position unpredictable, etc.). Is there a way to not use estimation so that the table view precalculates all row heights like it did pre iOS 7 (not too many cells so not a performance issue) but uses iOS 8's auto calculating for heights? 回答1: Edit: There is no way to use dynamic sizing without using this property. estimatedRowHeight