摘要:
1、CELL自带的textlabel无法改变样式 故如下处理: if (cell == nil) { cell = [[[UITableViewCellalloc]initWithStyle:UITableViewCellStyleDefaultreuseIdentifier:@"themeCell"]autorelease]; //cell内部添加label UILabel *label = [UIFactorycreateLabel:kNavigationBarTitleColor]; label.frame = CGRectMake(10, 10, 150,... 阅读全文
posted @ 2013-06-23 11:38
ProgrammerZHANG
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号