RAReorderableLayout
RAReorderableLayout copied to clipboard
Slow detecting long press gesture on iPad
It takes about 3 seconds to detect long press gesture on iPad, how to improve it?
I found this line of code take a long time: self.cellFakeView = RACellFakeView(cell: currentCell!)
I changed the scale that rendering fake cell. Probably I fixed from it by this correction.
If this is fixed, the issue should be closed.