Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Cancle Delegate not called #2

Open
AhmadOdeh93 opened this issue Jul 6, 2018 · 0 comments
Open

Cancle Delegate not called #2

AhmadOdeh93 opened this issue Jul 6, 2018 · 0 comments

Comments

@AhmadOdeh93
Copy link

Hello ,

I want ask about cancel button I can't make any thing when it's call

extension NewMainTabBarVC: PhoneVerificationDelegate {
    func cancelled(controller: PhoneVerificationController) {
        print("Cancelled verification")
        controller.dismiss(animated: true)
    }
    func verified(phoneNumber: String, controller: PhoneVerificationController) {
        print("Verified phone \(phoneNumber)")
        controller.dismiss(animated: true)
    }
}

its dismiss but the cancelled function not called

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant