func scrollToBottom(){ DispatchQueue.main.async { let indexPath = IndexPath(row: self.dataArray.count-1, section: 0) self.tableView.scrollToRow(at: indexPath, at: .bottom, animated: true) } }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter