andrew54068
andrew54068

Reputation: 1406

UILongPressGestureRecognizer location function issue in collectionView iOS 13.2

I had this wired flashing with UILongPressGestureRecognizer location(in: UIView?) method when drag around item original position.

there is an unnatural flick when the cell.

enter image description here

it all works fine in iOS 12.

here is the link of demo project demo fork from SumeetMourya

Upvotes: 0

Views: 54

Answers (1)

andrew54068
andrew54068

Reputation: 1406

It seems that the issue has been fix in iOS 13.6.

Upvotes: 0

Related Questions