Swift protocol extension with method in wrong delegate still works(?!)

后端 未结 0 779
感情败类
感情败类 2021-01-24 13:28

I have a class that is using UITableView, for example:

class tableViewController {

    tableView.dataSource = self
    tableView.delegate = self


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题