美文网首页
19.UTTableView滚动到底部

19.UTTableView滚动到底部

作者: noonez | 来源:发表于2016-04-13 15:19 被阅读24次
    func scrollToBottom() {
            let index = messageList.endIndex - 1
            let indexPath = NSIndexPath(forRow: index, inSection: 0)
            tableView.scrollToRowAtIndexPath(indexPath, atScrollPosition: UITableViewScrollPosition.Bottom, animated: false)
        }
    

    相关文章

      网友评论

          本文标题:19.UTTableView滚动到底部

          本文链接:https://www.haomeiwen.com/subject/dnowlttx.html