UITableView 代理方法不走的原因
1、tableview 代理是否设置
delegate和dataSource
2、numberOfRowsInSection
返回数据是否为0
3、数据请求
tableView 是否刷新
UITableView 代理方法不走的原因
1、tableview 代理是否设置
delegate和dataSource
2、numberOfRowsInSection
返回数据是否为0
3、数据请求
tableView 是否刷新
本文标题:UITableView 代理方法不走的原因
本文链接:https://www.haomeiwen.com/subject/lenpwttx.html
网友评论