解决 UIViewTable cellForRowAtIndexPath 警告 问题
cell.text=[listData objectAtIndex:row]; 改为 cell.textLabel.text=[listData objectAtIndex:row];cell.image=image;改为 cell.imageView.image=image; 虽然这个不影响结果,但是会很多警告会比较犯人