When my UITableView using auto layout, how to scroll to bottom? The ContentOffsite is
po self.tableView.contentOffset
(x = 0, y = 0)
(x = 0, y = 0)
The ContentSize is
po self.tableView.contentSize
(width = 414, height = 757)
(width = 414, height = 757)
In fact, the ContentOffset is
po self.tableView.contentOffset
(x = 0, y = 1767.6666666666667)
(x = 0, y = 1767.6666666666667)
The ContentSize is
po self.tableView.contentSize
(width = 414, height = 2291.3333358764648)
(width = 414, height = 2291.3333358764648)