Code and errors Continued on the code and one more errors!
Hi, I\'m new to Xcode swift. I have been doing good so far except trying to follow someone tutorial from 8
Here it is in Swift 4
let iPath = NSIndexPath(row: self.TableView.numberOfRows(inSection: 0)-1, section: self.messageTableView.numberOfSections-1) self.TableView.scrollToRow(at: iPath as IndexPath, at: UITableViewScrollPosition.bottom, animated: true)