func tableView (UITableView , willDisplay : UITableViewCell , forRowAt : IndexPath )
func tableView (UITableView ,将显示:UITableViewCell ,对于RowAt :索引路径 )
告诉代理表视图将要为特定行绘制单元格。
func tableView (UITableView , indentationLevelForRowAt : IndexPath ) -> Int
func tableView (UITableView , indentationLevelForRowAt : IndexPath ) -> Int
要求委托返回给定节中一行的缩进级别。
func tableView (UITableView , shouldSpringLoadRowAt : IndexPath , with: any UISpringLoadedInteractionContext ) -> Bool
func tableView (UITableView ,应SpringLoadRowAt : IndexPath ,包含:任何 UISpring加载的交互上下文 ) -> Bool
调用以允许您微调表中行的 spring-loading 行为。