tableView.setContentOffset(CGPointMake(0, tableView.contentSize.height - tableView.frame.size.height), animated: true)
それは機能しますが、実際にはこれら2つの値は何なのだろうか:
tableView.contentSize
,tableView.frame.size
tableView.setContentOffset(CGPointMake(0, tableView.contentSize.height - tableView.frame.size.height), animated: true)
それは機能しますが、実際にはこれら2つの値は何なのだろうか:
tableView.contentSize
,tableView.frame.size