读书人

为啥detailTextLabel 不起作用

发布时间: 2012-07-02 17:46:22 作者: rapoo

为什么detailTextLabel 不起作用

要想给tableview加detailTextLabel,

initWithStyle必须为:UITableViewCellStyleSubtitle

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

?

?

注:PersidentsCellIdentifier为

static NSString *PersidentsCellIdentifier = @"PersidentsCellIdentifier";
?

?

读书人网 >网络基础

热点推荐