skip to Main Content

Ios swift – fire an publisher after another

I want to fire two publishers but second should only fire when first one is complete. I tried it with zip could not achieve it. Following is my code: let resetPasscodeConfirmationPublisher = authUseCase.resetPasscodeConfirmation(phoneNumber: phoneNumber, code: pincode, passcode: passcode) let getAuthTokenPublisher…

VIEW QUESTION
Back To Top
Search