在我目前的议事桌旁看到控制员的情况下,我想实施一个触动,其特征非常相似,点击点击点击的特征是如何使用的。
我曾读过几个职位,并看到了使用<条码>的建议。 尽管我可以这样做,但它的确给我带来了更多的问题:
- If a long press is detected, how can I prevent the
didSelectRowAtIndexPath
method from being called (Or do I completely avoid using it and implement a Tap gesture recogniser in my UITableViewCell subclass?) - How would I go about animating the cell once a long-press has been detected similar to the iPod style (where the highlighted cell flashes/opacity of highlight goes up and down a few times).
希望得到一些指导。