1
冗餘符合我得到這個錯誤:的ChatViewController以協議
Redundant conformance of the ChatViewController to protocol
這是我的代碼:
class ChatViewController: ViewController, UITableViewDelegate, UITableViewDataSource
我該如何解決?
冗餘符合我得到這個錯誤:的ChatViewController以協議
Redundant conformance of the ChatViewController to protocol
這是我的代碼:
class ChatViewController: ViewController, UITableViewDelegate, UITableViewDataSource
我該如何解決?
我相信這意味着你的ViewController類已經實現了UITableViewDelegate或UITableViewDataSource。
什麼是'ViewController'?它是某種基類,或者你只是指'UIViewController'? – Adam