我有一个UITableView,它应该在每次显示时滚动到某个索引。我在viewWillAppear中使用了以下行:
tableView.scrollToRowAtIndexPath(NSIndexPath(forRow: currentIndex, inSection: 0), atScrollPosition: .Top, animated: false)
虽然这会滚动到正确的单元格,但它不会将该单元格的顶部与导航栏的底部对齐。电池顶部的位置每次都不一样。我该如何解决?
PS:我对'UITableViewAutomaticDimension'
heightForRowAtIndexPath