【发布时间】:2010-12-23 12:23:13
【问题描述】:
下面的代码似乎没有效果。我希望它以与点击一行时突出显示的方式相同的方式突出显示
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
...
[cell.textLabel setHighlighted:YES];
return cell;
}
【问题讨论】:
-
这个post 可能会有所帮助。
标签: iphone objective-c cocoa-touch uitableview