如何获取UITableView 每个section的Rect
例: tableView.rectForSection(indexPath.section)
移动UITableView
self.tableView.scrollToRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 1), atScrollPosition: .Top, animated: true)
例: tableView.rectForSection(indexPath.section)
移动UITableView
self.tableView.scrollToRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 1), atScrollPosition: .Top, animated: true)