开发者

Change table view cell upon selection?

开发者 https://www.devze.com 2023-01-25 23:17 出处:网络
I have a UITableView a bit like the iPhone Mail app\'s in box. This includes the blue dot indicating the message is unread. How would set this image to hidden upon selection.. ?

I have a UITableView a bit like the iPhone Mail app's in box. This includes the blue dot indicating the message is unread. How would set this image to hidden upon selection.. ?

开发者_如何学CThere doesn't seem to be any way to refer to the cell within the didSelectRowAtIndexPath method.


UITableViewCell *selectedCell = [tableView cellForRowAtIndexPath:indexPath];
0

精彩评论

暂无评论...
验证码 换一张
取 消