Solved
API to copy MPMOperation
Hello,
Is there an API to make a copy of an MPMOperation ?
Thanks,
Hello,
Is there an API to make a copy of an MPMOperation ?
Thanks,
I used CopyMPMOperationDelegate and it worked fine :
CopyMPMOperationDelegate delegate = new CopyMPMOperationDelegate();
MPMOperation copy =(MPMOperation) delegate.newCopy(original);
Just one remark: Name and Description will not be copied so just use getters and setters.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.