ACETelPromptiPhone 电话呼叫

联合创作 · 2023-09-27 18:34

ACETelPrompt 可以帮你实现在 iPhone 应用中呼叫指定电话号码,使用 telprompt 模式,并在呼叫结束后返回应用程序。

使用方法:

[ACETelPrompt callPhoneNumber:self.phoneField.text
         call:^(NSTimeInterval duration) {
             NSLog(@"User made a call of %.1f seconds", duration);

         } cancel:^{
             NSLog(@"User cancelled the call");
         }];
浏览 9
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报