所以我正在制作一个应用程序我一直在这个地方出错
cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:[NSString stringWithFormat:@"Cell %i",indexPath.section]] autorelease];
这些都是错误;
未在此范围内声明 UITableViewCellStyleValue1 未找到“-initWithStyle:reuseIdentifier:”方法
请帮忙,谢谢。如果您需要查看完整代码,请告诉我..