如何获取UITableView 每个section的Rect

来源:互联网 发布:协同过滤 矩阵 编辑:程序博客网 时间:2024/06/05 04:29

如何获取UITableView 每个section的Rect

例: tableView.rectForSection(indexPath.section)

移动UITableView

self.tableView.scrollToRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 1), atScrollPosition: .Top, animated: true)
0 0
原创粉丝点击