UITableView layout messing up on push segue and return. (iOS 8, Xcode beta 5, Swift)

后端 未结 7 882
清歌不尽
清歌不尽 2020-12-07 13:44

tldr; Auto constrains appear to break on push segue and return to view for custom cells

Edit: I have provided a github example proj

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 14:18

    In xcode 6 final for me the workaround does not work. I am using custom cells and dequeing a cell in heightForCell leads to infinity loop. As dequeing a cell calls heightForCell.

    And still the bug seems to be present.

提交回复
热议问题