Cannot disable multi touch on Uitable View (ios7)

后端 未结 3 1775
有刺的猬
有刺的猬 2021-01-26 17:35

I have an problem that i use custom cell for UITableView, when I tap more than one finger (2 fingers or more) on my tableview it had many problems som

3条回答
  •  孤城傲影
    2021-01-26 18:27

    Try this, it helps me!

    cell.contentView.exclusiveTouch = YES;
    cell.exclusiveTouch = YES;
    

提交回复
热议问题