コードをSwift 4にアップグレードした後、すべてのtableView関数のコンソールでこの警告が表示されました。あなたが使うすべてののtableView関数の先頭に「@objc」を追加する必要があり、この警告を修正するにはtableview関数の「推奨されなくなり、Swift 4で削除されます」という警告が表示される
tableView:willDisplayCell:forRowAtIndexPath:] is deprecated and will be removed in Swift 4; add explicit '@objc' to the declaration to emit the Objective-C entrypoint in Swift 4 and suppress this message
tableView:cellForRowAtIndexPath:] is deprecated and will be removed in Swift 4