RAReorderableLayout icon indicating copy to clipboard operation
RAReorderableLayout copied to clipboard

Slow detecting long press gesture on iPad

Open Chren opened this issue 10 years ago • 3 comments

It takes about 3 seconds to detect long press gesture on iPad, how to improve it?

Chren avatar Dec 20 '14 06:12 Chren

I found this line of code take a long time: self.cellFakeView = RACellFakeView(cell: currentCell!)

Chren avatar Dec 20 '14 06:12 Chren

I changed the scale that rendering fake cell. Probably I fixed from it by this correction.

ra1028 avatar Jan 12 '15 07:01 ra1028

If this is fixed, the issue should be closed.

ThuggishNuggets avatar Aug 28 '17 20:08 ThuggishNuggets