I have a tableView and you can add cells. and it doesnt show my image on the left hand side of the newly added cells. I m using the default cell style and here is my code: This is the button that allows us to add a cell.
- (IBAction)outlet1:(id)sender {
[cart.cells addObject:@"1"];
cart.cell.imageView.image = [UIImage imageNamed:@"paddle1.png"];
}
请帮助! 我检查了图像的名称,看来是好的。 感谢!