Avoid race of ContextMenu and Drag&Drop in UIKit

I am trying to implement both ContextMenu and Drag&Drop in UITableView like Apple Note or Photo app, but the contextual menu prevent dragging in iOS.

How to coexist them? I don't have any idea about that so would you give me some ideas?(I had tried to find related articles, but never found...)
Avoid race of ContextMenu and Drag&Drop in UIKit
 
 
Q