最近专门研究了UITableViewDataSourceDelegate的协议方法执行时机。
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
DFD97B9B-B52A-478A-B1C1-7477B62D2846.png
网友评论