【发布时间】:2010-08-17 05:49:50
【问题描述】:
我有这个 coe....谁能告诉我如何在 UITable 视图单元格上打印它
[customerDetailsArray addObject:[NSDictionary dictionaryWithObjectsAndKeys:nameStr,@"name",cityStr,@"city",countryStr,@"country",nil]]; NSLog(@"customerDetailsArray %@",customerDetailsArray);
我正在尝试这种方式,但没有成功
if(indexPath.row == 0) { cell.textLabel.text = [NSString stringWithFormat:@"",[[customerDetailsArray objectAtIndex:indexPath.row] objectForKey:@"name"]]; }
谢谢你..如果你喜欢我的问题至少接受它......
【问题讨论】:
标签: objective-c