UITableView 代理方法不走的原因
2017-02-22 本文已影响213人
huanyingmili
UITableView 代理方法不走的原因
1、tableview 代理是否设置
delegate和dataSource
2、numberOfRowsInSection
返回数据是否为0
3、数据请求
tableView 是否刷新
UITableView 代理方法不走的原因
1、tableview 代理是否设置
delegate和dataSource
2、numberOfRowsInSection
返回数据是否为0
3、数据请求
tableView 是否刷新