ios tableview 里面有多个webview 怎么实现
1个回答
2017-09-04
展开全部
-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPathif(tableView==tableview1){cell.textLabel.text=[list1objectAtIndex:indexPath.row];}if(tableView==tableview2){cell.textLabel.text=[list2objectAtIndex:indexPath.row];}if(tableView==tableview3){cell.textLabel.text=[list3objectAtIndex:indexPath.row];}最好维护的解决方法是3个table用3个不同的类来做代理和数据源
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询