[iOS] UITableView使用自动布局,如何滚动到底部

时间:2015-07-21 09:44:30

标签: ios uitableview

当我的UITableView使用自动布局时,如何滚动到底部? ContentOffsite是

   po self.tableView.contentOffset
   (x = 0, y = 0)
   (x = 0, y = 0)

ContentSize是

   po self.tableView.contentSize
   (width = 414, height = 757)
   (width = 414, height = 757)

事实上,ContentOffset是

   po self.tableView.contentOffset
   (x = 0, y = 1767.6666666666667)
   (x = 0, y = 1767.6666666666667)

ContentSize是

   po self.tableView.contentSize
   (width = 414, height = 2291.3333358764648)
   (width = 414, height = 2291.3333358764648)

0 个答案:

没有答案
相关问题