You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting the metadata for the drag as an additional pasteboard item. This means the data is sent twice to pasteboard, which is a slow and synchronous operation.
By subclassing UIPasteboard and doing the metadata addition in the original setItems call, performance can be doubled.
The text was updated successfully, but these errors were encountered:
I'm setting the metadata for the drag as an additional pasteboard item. This means the data is sent twice to pasteboard, which is a slow and synchronous operation.
By subclassing UIPasteboard and doing the metadata addition in the original setItems call, performance can be doubled.
The text was updated successfully, but these errors were encountered: