首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

为啥detailTextLabel 不起作用

2012-07-02 
为什么detailTextLabel 不起作用要想给tableview加detailTextLabel,initWithStyle必须为:UITableViewCellS

为什么detailTextLabel 不起作用

要想给tableview加detailTextLabel,

initWithStyle必须为:UITableViewCellStyleSubtitle

cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:PersidentsCellIdentifier] autorelease];

?

?

注:PersidentsCellIdentifier为

static NSString *PersidentsCellIdentifier = @"PersidentsCellIdentifier";
?

?

热点排行