Table View Cells jump when selected on iOS 8

前端 未结 5 856
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 06:36

I\'m trying to update my apps for iOS 8 and one strange issue that I can\'t figure out is that whenever I press a table view cell (on a grouped table view) and push another

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 06:53

    I solved the jumping problem with the Storyboard alone:

    1. TableView Row Height: automatic.
    2. TableView Estimate: my_value (e.g. 75)
    3. TableView Cell Row Height: my_value

提交回复
热议问题