如何检查哪一个按钮单击?

时间:2019-01-21 07:36:00

标签: ios swift

如何检查单击哪个按钮?

我可以收到任何通知开始呼叫已连接

 guard let number = URL(string: "tel://61234567890") else {

        print("exit")

        return }

    UIApplication.shared.open(number) { success in
        if success {
            print("successfuly opened")
        }
    }

check my output

0 个答案:

没有答案
相关问题