ACETelPrompt
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/acerbetti/ACETelPrompt
软件介绍
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");
}];
