标签: iphone objective-c ios uitableview
我有一个UITableView有点像iPhone邮箱应用程序的框。这包括指示邮件未读的蓝点。如何在选择时将此图像设置为隐藏?
似乎没有办法在didSelectRowAtIndexPath方法中引用单元格。
答案 0 :(得分:3)
UITableViewCell *selectedCell = [tableView cellForRowAtIndexPath:indexPath];