2011-03-04 28 views

回答

1

在你的方法:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 

插入:

cell.imageView.image = [UIImage imageNamed:@"icon.png"]; 
相關問題