Weak Self in GCD, accessing TableView property of self

前端 未结 0 1668
我寻月下人不归
我寻月下人不归 2021-01-01 03:55

I see a lot of code like this:

DispatchQueue.main.async {
    self.tableView.reloadData()
}

In this context, where tableView is

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