天天看点

iOS关于UITableView选择Cell方法

选择cell有两个方法,今天搞错了,一直以为cell错乱呢,真是人都有掉坑的时候:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;

- (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(3_0);

           

下次发现选择cell时,“错乱”一定要不惊啊!-_-!

~nice

  • 如果有什么疑问,可以在评论区一起讨论;
  • 如果有什么不正确的地方,欢迎指导!
注:本文首发于 iHTCboy's blog ,如若转载,请注明来源。