4
我有一個Swift類從UITableViewController
延伸。它有這個功能不能調用非函數類型的值:UITableView
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {...}
還有的需要,我需要在一個地方編程調用這個函數,當我寫
self.tableView(tableView, cellForRowAt: 1)
- 我得到的,不能調用非功能型的價值'UITableView的!'
如何以編程方式調用此函數?
同意,這是一個溝通不暢的問題。 – prabodhprakash