我用
[tableView selectRowAtIndexPath:index animated:YES scrollPosition:UITableViewScrollPositionMiddle];
将表格滚动到单元格,我想更改单元格中的文本颜色。但,
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)
-(NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath
-(void)tableView:(UITableView *)tableView didHighlightRowAtIndexPath:(NSIndexPath *)indexPath
都不能回调。
我能做些什么?