thank you, you are awesome.. I am interested in this project and im writing in my Xcode I am seeing this mistake : "SWIFT TASK CONTINUATION MISUSE: interpolateBetween(start:end:) leaked its continuation!" how i can solve this ?
@programmingwithapurpose68073 ай бұрын
Hi Thanks for the appreciation. Please make sure that where you are using continuation all paths resume. So continuation.resume should be called outside all brackets.