我有一个UITableView,我试图将36行加载到其中,然后一直向下滚动到最后一个单元格。我已经试过了:funcreloadData(){chatroomTableView.reloadData()chatroomTableView.scrollToBottom(true)}extensionUITableView{funcscrollToBottom(animated:Bool=true){letsections=self.numberOfSectionsletrows=self.numberOfRowsInSection(sections-1)if(rows>0){self.sc