使用Swift 3,正在调用UITableView' func tableView(_ tableView: UITableView, cellForRowAt indexPath: @autoclosure @escaping IndexPath) -> UITableViewCell
。我想跟踪谁调用此功能。据我所知,只有在需要显示单元格时才会调用此方法。但是,在stacktrace override internal func tableView(_ tableView: UITableView, numberOfRowsInSection section: @autoclosure @escaping Int) -> Int
中没有调用,也没有堆栈跟踪。有人可以建议从哪里开始挖掘?谢谢!