【发布时间】:2011-07-23 16:40:41
【问题描述】:
我通过下面的代码行不断收到此警告,“initWithFrame:reuseIdentifier:”已被弃用。不太清楚这是指什么。
cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
【问题讨论】:
标签: iphone objective-c ios4 iphone-sdk-3.0